<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: asp</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: asp</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 01:30:36 +0000</pubDate>

<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17406</link>
<pubDate>Fri, 18 Jul 2008 02:38:04 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17406@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Awesome _ck_ - thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17399</link>
<pubDate>Thu, 17 Jul 2008 21:48:10 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17399@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You sir, are an absolute GENIUS!&#60;/p&#62;
&#60;p&#62;It works!&#60;/p&#62;
&#60;p&#62;I cannot thank you enough, thanks very much.&#60;/p&#62;
&#60;p&#62;Just to confirm that this is only need for IIS7 as IIS6 works just fine with Bbpress.&#60;/p&#62;
&#60;p&#62;Seriously, thank you _ck_ I owe you a drink or something!&#60;/p&#62;
&#60;p&#62;M
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17396</link>
<pubDate>Thu, 17 Jul 2008 16:14:59 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17396@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a crazy idea to try to &#34;fake out&#34; bbPress and make it think request_uri actually exists on the IIS server so it doesn't try to (incorrectly) calculate it itself.&#60;/p&#62;
&#60;p&#62;Try saving and installing this as a plugin with a leading underscore, ie. &#60;code&#62;_IIS-fix.php&#60;/code&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: IIS request_uri fix
*/
    if (isset($_SERVER[&#38;#39;HTTP_REQUEST_URI&#38;#39;])){
        $_SERVER[&#38;#39;REQUEST_URI&#38;#39;] = $_SERVER[&#38;#39;HTTP_REQUEST_URI&#38;#39;];
    }
    else{
        if(isset($_SERVER[&#38;#39;SCRIPT_NAME&#38;#39;]))
            $_SERVER[&#38;#39;HTTP_REQUEST_URI&#38;#39;] = $_SERVER[&#38;#39;SCRIPT_NAME&#38;#39;];
        else
            $_SERVER[&#38;#39;HTTP_REQUEST_URI&#38;#39;] = $_SERVER[&#38;#39;PHP_SELF&#38;#39;];
        if($_SERVER[&#38;#39;QUERY_STRING&#38;#39;]){
            $_SERVER[&#38;#39;HTTP_REQUEST_URI&#38;#39;] .=  &#38;#39;?&#38;#39; . $_SERVER[&#38;#39;QUERY_STRING&#38;#39;];
        }
        $_SERVER[&#38;#39;REQUEST_URI&#38;#39;] = $_SERVER[&#38;#39;HTTP_REQUEST_URI&#38;#39;];
    }
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;no activation required, should auto-activate - just delete if it causes problems
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17395</link>
<pubDate>Thu, 17 Jul 2008 15:44:29 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17395@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm taking a look at this now for what it's worth.&#60;br /&#62;
Not sure if I'll be able to help but let's see.&#60;/p&#62;
&#60;p&#62;IIS is sending a refresh header:&#60;br /&#62;
&#60;code&#62;Refresh	 0;url=http://www.louisecooper.com/journal/messageboard/topic.php?id=20&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;content length is zero, so nothing is being sent&#60;/p&#62;
&#60;p&#62;Apparently IIS returns &#34;request_uri&#34; differently than other servers. I suspect it's a similar problem to what they went through with drupal here:  &#60;a href=&#34;http://drupal.org/node/166095&#34; rel=&#34;nofollow&#34;&#62;http://drupal.org/node/166095&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Unfortunately it's way over my head to fix. I suspect it will take someone like MDA to fix it.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17311</link>
<pubDate>Tue, 15 Jul 2008 19:42:50 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17311@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How about IIS access logs or error logs?
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17291</link>
<pubDate>Tue, 15 Jul 2008 07:43:19 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah I've tried what you've tried there with the re-directs and yep, it just dies.&#60;/p&#62;
&#60;p&#62;But no meta-redirects are used in my sites at all. For experimentation I tried the domain with two different domain bindings, multiple domain bindings. But no difference.&#60;/p&#62;
&#60;p&#62;I tried an older version of bbpress, same problem. I installed bbpress fresh into a different domain, same problem.&#60;/p&#62;
&#60;p&#62;I noticed this guy here had a similar prob a while back:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/forum-and-topic-pages-redirects-to-page-1&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/forum-and-topic-pages-redirects-to-page-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But never said how he solved it, I might join up to his forum and ask him....&#60;br /&#62;
But yes this is driving me crazy...on a plus note when I finally fix it I can fresh install bbpress in about two minutes ;-)&#60;/p&#62;
&#60;p&#62;Any other suggestions from folk greatly appreciated. And thanks for ongoing help Chris.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17282</link>
<pubDate>Mon, 14 Jul 2008 23:32:06 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17282@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I see :-)   So you turn on permalinks to prevent people from viewing anything and putting their request into an infinite loop.  Got it.&#60;/p&#62;
&#60;p&#62;I see now that it's still broken.  Are you sure there is nothing causing a meta redirect?  The only thing that stops the looping for me is to disable meta redirects in my browser.  Other than that, it loops forever.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17279</link>
<pubDate>Mon, 14 Jul 2008 19:01:08 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17279@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi Chris, &#60;/p&#62;
&#60;p&#62;Appreciating your continued interest in this.&#60;/p&#62;
&#60;p&#62;By &#34;switched it over&#34; I meant on the setting for Pretty permalink type:&#60;br /&#62;
The normal way to get this working in IIS is 'none' as it doesn't like url rewrites, so when I switched it over I meant I temporarily turned the setting to 'Name based' purely to stop visitors setting the forum into an infinite loop and using a ton of bandwidth as this goes straight to a 404 page not a loop&#60;/p&#62;
&#60;p&#62;So the loop occurs when the permalinks are set to 'None&#34; as can be seen here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.louisecooper.com/journal/messageboard/topic.php?id=38&#34; rel=&#34;nofollow&#34;&#62;http://www.louisecooper.com/journal/messageboard/topic.php?id=38&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That is the query string format that normally works in IIS.&#60;/p&#62;
&#60;p&#62;As for setting the permalinks to true or slugs specifically I'm not sure how to do that.&#60;br /&#62;
But I am not using the pretty permalinks normally, I only had it set to that when you visited yesterday so that my bandwidth wasn't wasted.&#60;/p&#62;
&#60;p&#62;That make sense?&#60;br /&#62;
Hope so.....&#60;/p&#62;
&#60;p&#62;So if you visit right now:&#60;br /&#62;
&#60;a href=&#34;http://www.louisecooper.com/journal/messageboard/index.php&#34; rel=&#34;nofollow&#34;&#62;www.louisecooper.com/journal/messageboard/index.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It is set as it should be, complete with loops on topics....
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17277</link>
<pubDate>Mon, 14 Jul 2008 16:25:20 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17277@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;But it *isn't* just using the normal query strings, I don't think.  They looked like permalinks to me.  Did you set the permalinks to true or slugs?&#60;/p&#62;
&#60;p&#62;Here are some URLs I saw yesterday:&#60;br /&#62;
&#60;a href=&#34;http://www.louisecooper.com/journal/messageboard/topic/louise-cooper-fanart&#34; rel=&#34;nofollow&#34;&#62;http://www.louisecooper.com/journal/messageboard/topic/louise-cooper-fanart&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.louisecooper.com/journal/messageboard/topic/possible-site-downtime&#34; rel=&#34;nofollow&#34;&#62;http://www.louisecooper.com/journal/messageboard/topic/possible-site-downtime&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.louisecooper.com/journal/messageboard/tags/louise&#34; rel=&#34;nofollow&#34;&#62;http://www.louisecooper.com/journal/messageboard/tags/louise&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.louisecooper.com/journal/messageboard/profile/chrishajer&#34; rel=&#34;nofollow&#34;&#62;http://www.louisecooper.com/journal/messageboard/profile/chrishajer&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Those look like permalinks to me.  I think they all gave a 404 error.  You said you &#34;switched it over&#34; earlier, to keep it from looping.  What did you mean by that?
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17273</link>
<pubDate>Mon, 14 Jul 2008 08:18:52 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17273@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh yeah also, this problem never occurred on server 2003 which has what flummoxed me about this....
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17272</link>
<pubDate>Mon, 14 Jul 2008 08:15:50 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17272@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Mod_rewrite doesn't work on IIS without third party software and I think they are all a little buggy on IIS7.&#60;/p&#62;
&#60;p&#62;Annoying but true, so this is just using Bbpress with the normal query string setting.&#60;/p&#62;
&#60;p&#62;I will try an older version of bbpress later today just to see what happens.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17267</link>
<pubDate>Mon, 14 Jul 2008 02:53:04 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17267@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What is the equivalent of mod_rewrite on IIS?  I mean, what makes the URLs into permalinks rather than just &#60;code&#62;topic.php?id=whatever&#60;/code&#62;?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17266</link>
<pubDate>Mon, 14 Jul 2008 02:52:00 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17266@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Older versions are available. Pick your release from here:&#60;br /&#62;
&#60;a href=&#34;http://trac.bbpress.org/browser/tags&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/browser/tags&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17255</link>
<pubDate>Sun, 13 Jul 2008 17:59:41 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17255@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well the plot thickens.....&#60;/p&#62;
&#60;p&#62;I had a look at your suggestions and there doesn't appear to be anything inputted wrong.&#60;/p&#62;
&#60;p&#62;So as an experiment I did a clean install of bbpress on my server with no mention of a WP integration and a clean database and exactly the same thing happens.....&#60;/p&#62;
&#60;p&#62;Any ideas what I can try to stop this? This is pretty weird....&#60;/p&#62;
&#60;p&#62;Is it possible to download older versions of Bbpress to test those....?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17252</link>
<pubDate>Sun, 13 Jul 2008 16:01:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17252@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wow, that most certainly is a problem.&#60;/p&#62;
&#60;p&#62;Two thoughts.&#60;/p&#62;
&#60;p&#62;1.  If I disable &#34;meta redirects&#34; in FF with the web developer toolbar, it does not keep redirecting, it just dies.  Are you trying to redirect people from the bbPress profile page to the WordPress profile page, and somehow that is typed wrong?  Like in journal/messageboard/profile.php there is a redirect that sends the browser to  WordPress journal/wp-admin/profile.php and it's not working for some reason?&#60;/p&#62;
&#60;p&#62;2.  There is some weird test cookie stuff being sent, although I doubt it has any effect on this problem.  Never know though.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wordpress_test_cookie
WP+Cookie+check
&#60;a href=&#34;http://www.louisecooper.com&#34; rel=&#34;nofollow&#34;&#62;www.louisecooper.com&#60;/a&#62;
/journal/&#60;/code&#62;&#60;/pre&#62;
&#38;nbsp;&#60;br /&#62;
I suspect it's something with a refresh bouncing the user back and forth.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17246</link>
<pubDate>Sun, 13 Jul 2008 08:19:34 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17246@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ha, yeah I switched it over to make it stop looping to save bandwidth....Just before you messaged rather typically....&#60;/p&#62;
&#60;p&#62;I will set it going now and will leave it live for the day.&#60;/p&#62;
&#60;p&#62;If someone could have a look that would be awesome.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17234</link>
<pubDate>Sat, 12 Jul 2008 20:21:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17234@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't get an infinite loop, but everything I clicked on in the message board resulted in a 404 error.  Did you change something?
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17231</link>
<pubDate>Sat, 12 Jul 2008 17:11:52 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17231@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't suppose anyone has had a chance to check that link? I might have to take the forum down on it soon as I'm concerned about a infinite loop being live on the server.&#60;/p&#62;
&#60;p&#62;I've been researching and can't seem to find a solution to this....&#60;/p&#62;
&#60;p&#62;It just seems odd as on IIS6 Bbpress worked fine.....
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17221</link>
<pubDate>Sat, 12 Jul 2008 15:00:57 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17221@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here you go:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.louisecooper.com/journal/messageboard/&#34; rel=&#34;nofollow&#34;&#62;http://www.louisecooper.com/journal/messageboard/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17220</link>
<pubDate>Sat, 12 Jul 2008 14:10:36 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17220@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post a link to your forum so we can see what's happening?
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Infinite Loops on posts and profiles with IIS"</title>
<link>http://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17219</link>
<pubDate>Sat, 12 Jul 2008 14:08:18 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17219@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I've been using bbpress for a while but I recently updated my servers and switched all the sites over to it. Much to my frustration  I am experiencing infinite loops when attempting to edit or view any profiles or topics. Thus making a rather rubbish forum!&#60;br /&#62;
Admin pages work fine, WP integration went through perfectly, topics can be posted BUT not viewed.&#60;/p&#62;
&#60;p&#62;Right so heres the spec:&#60;/p&#62;
&#60;p&#62;Windows Server 2008&#60;br /&#62;
IIS7&#60;br /&#62;
PHP 5.2.6&#60;br /&#62;
MySQL 5.1.25&#60;br /&#62;
Both the latest versions of WP and BBpress, WP is installed absolutely fine.&#60;/p&#62;
&#60;p&#62;With debug activated I get the following:&#60;/p&#62;
&#60;p&#62;REQUEST_URI:	string(31) &#34;/journal/messageboard/topic.php&#34;&#60;br /&#62;
should be:	string(37) &#34;/journal/messageboard/topic.php?id=39&#34;&#60;br /&#62;
full permalink:	string(64) &#34;http://www.XXXXX.com/journal/messageboard/topic.php?id=39&#34;&#60;br /&#62;
PATH_INFO:	NULL&#60;/p&#62;
&#60;p&#62;If anyone can help me out I would actually love them a great, great deal.....&#60;/p&#62;
&#60;p&#62;I found this thread, which is quite old:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://comox.textdrive.com/pipermail/bbdev/2005-July/000206.html&#34; rel=&#34;nofollow&#34;&#62;http://comox.textdrive.com/pipermail/bbdev/2005-July/000206.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But the fixes suggested there are in the settings file already.&#60;/p&#62;
&#60;p&#62;Help would be appreciated and thanks in advance&#60;br /&#62;
M.A
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Integrating with website help"</title>
<link>http://bbpress.org/forums/topic/integrating-with-website-help#post-12339</link>
<pubDate>Wed, 28 Nov 2007 18:05:05 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">12339@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;These might give you an idea how to do it (or might just work for you).&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/tags/authentication&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/tags/authentication&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>chriseboy on "Integrating with website help"</title>
<link>http://bbpress.org/forums/topic/integrating-with-website-help#post-12299</link>
<pubDate>Tue, 27 Nov 2007 19:54:40 +0000</pubDate>
<dc:creator>chriseboy</dc:creator>
<guid isPermaLink="false">12299@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, i'm not sure if this is the correct forum for this question but here goes:&#60;/p&#62;
&#60;p&#62;I'm developing a new site in ASP classic and would like to use bbPress as a discussion board on this new site. The new site will have it's own login and registration but I would like to enable single sign on for both services.&#60;/p&#62;
&#60;p&#62;The proposed solution for this is on registration, register the user on my site then process a registration for bbPress using the same details. Similarly, on logon I will have a script to logon to an ASP session and then to a bbPress PHP session. (both my site and the bbPress forum will be on the same domain).&#60;/p&#62;
&#60;p&#62;Heres the question. How can I do this? Is there a page I can submit form information to (using AJAX or similar) on registration? Is there a page I can submit login information to to write a PHP session? I'm not very fluent in PHP so if someone could help me out here I would be very grateful.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
