<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NWSGI</title><link>http://www.codeplex.com/NWSGI/Project/ProjectRss.aspx</link><description>NWSGI is a .NET implementation of the Python WSGI specification using IronPython. It is implemented as an ASP.NET HttpHandler.</description><item><title>Source code checked in, #11664</title><link>http://www.codeplex.com/NWSGI/SourceControl/ListDownloadableCommits.aspx</link><description>Convert examples to web sites instead of web applications.</description><author>jdhardy</author><pubDate>Sun, 06 Jul 2008 06:46:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11664 20080706064634A</guid></item><item><title>Source code checked in, #11663</title><link>http://www.codeplex.com/NWSGI/SourceControl/ListDownloadableCommits.aspx</link><description>Use a custom configuration handler instead of reading from appSettings.</description><author>jdhardy</author><pubDate>Sun, 06 Jul 2008 06:36:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11663 20080706063632A</guid></item><item><title>Source code checked in, #11651</title><link>http://www.codeplex.com/NWSGI/SourceControl/ListDownloadableCommits.aspx</link><description>Upgraded to VS2008&amp;#13;&amp;#10;- Upgraded to IronPython 2.0b3</description><author>jdhardy</author><pubDate>Sat, 05 Jul 2008 16:01:58 GMT</pubDate><guid isPermaLink="false">Source code checked in, #11651 20080705040158P</guid></item><item><title>Updated Wiki: Tutorials</title><link>http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Tutorials
&lt;/h1&gt;First, download IronPython from &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and install it. NWSGI 0.3 requires IronPython 2.0 Beta 3. Next, download NWSGI 0.3 and the HelloWorld sample; unzip NWSGI somwhere (it doesn't really matter where), and unzip HelloWorld somewhere your webserver can access. Copy NWSGI.dll and IronPython.dll, IronPython.Modules.dll, Microsoft.Scripting.Core.dll, and Microsoft.Scripting.dll into the HelloWorld\bin folder. The HelloWorld folder should look like this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;HelloWorld\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;NWSGI.dll&lt;/li&gt;&lt;li&gt;IronPython.dll&lt;/li&gt;&lt;li&gt;IronPYthon.Modules.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.Core.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.dll&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;hello.wsgi&lt;/li&gt;&lt;li&gt;Web.config&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;The next step is to point our webserver at this folder. The process for this varies depending on the webserver in use. Follow the directions appropriate for your server and operating system below.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
IIS7 (Windows Vista, Windows Server 2008)
&lt;/h2&gt;Setting up the application on IIS7 is extremely simple.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Copy the HelloWorld folder to C:\inetpub\wwwroot&lt;/li&gt;&lt;li&gt;Open IIS Manager&lt;/li&gt;&lt;li&gt;Open Sites -&amp;gt; Default Web Site&lt;/li&gt;&lt;li&gt;Right-click on HelloWorld and select &amp;quot;Convert to Apllication&amp;quot;&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost/HelloWorld/hello.wsgi&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
IIS6 (Windows Server 2003)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Mono XSP2 (Linux/*BSD/MacOS X/Solaris)
&lt;/h2&gt;XSP2 is very simple to set up. From a console window:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;cd to the HelloWorld directory&lt;/li&gt;&lt;li&gt;run 'xsp2' (no arguments required)&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost:8080/hello.wsgi&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
Cassini (Visual Studio 2005/2008) 
&lt;/h2&gt;(Under Construction)&lt;br /&gt;
&lt;/div&gt;</description><author>jdhardy</author><pubDate>Sat, 14 Jun 2008 18:02:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Tutorials 20080614060234P</guid></item><item><title>UPDATED RELEASE: NWSGI 0.3 (Jun 14, 2008)</title><link>http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=14393</link><description>&lt;div&gt;
An update to NWSGI to work with IronPython 2.0 Beta 3. There was a minor change in how Streams are passed to NWSGI.&lt;br&gt; &lt;br&gt;There are now two packages: NWSGI and the HelloWorld sample application. Both include a README file with simple instructions on how to get started.&lt;br&gt; &lt;br&gt;For more detailed instructions, see &lt;a href="http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials"&gt;Tutorials&lt;/a&gt;.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 14 Jun 2008 18:01:43 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: NWSGI 0.3 (Jun 14, 2008) 20080614060143P</guid></item><item><title>RELEASED: NWSGI 0.3 (Jun 14, 2008)</title><link>http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=14393</link><description>&lt;div&gt;
An update to NWSGI to work with IronPython 2.0 Beta 3. There was a minor change in how Streams are passed to NWSGI.&lt;br&gt; &lt;br&gt;There are now two packages: NWSGI and the HelloWorld sample application. Both include a README file with simple instructions on how to get started.&lt;br&gt; &lt;br&gt;For more detailed instructions, see &lt;a href="http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials"&gt;Tutorials&lt;/a&gt;.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 14 Jun 2008 18:01:43 GMT</pubDate><guid isPermaLink="false">RELEASED: NWSGI 0.3 (Jun 14, 2008) 20080614060143P</guid></item><item><title>UPDATED WIKI: Tutorials</title><link>http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Tutorials
&lt;/h1&gt;First, download IronPython from &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and install it. NWSGI 0.2 requires IronPython 2.0 Beta 2. Next, download NWSGI 0.2 and the HelloWorld sample; unzip NWSGI somwhere (it doesn't really matter where), and unzip HelloWorld somewhere your webserver can access. Copy NWSGI.dll and IronPython.dll, IronPython.Modules.dll, Microsoft.Scripting.Core.dll, and Microsoft.Scripting.dll into the HelloWorld\bin folder. The HelloWorld folder should look like this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;HelloWorld\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;NWSGI.dll&lt;/li&gt;&lt;li&gt;IronPython.dll&lt;/li&gt;&lt;li&gt;IronPYthon.Modules.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.Core.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.dll&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;hello.wsgi&lt;/li&gt;&lt;li&gt;Web.config&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;The next step is to point our webserver at this folder. The process for this varies depending on the webserver in use. Follow the directions appropriate for your server and operating system below.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
IIS7 (Windows Vista, Windows Server 2008)
&lt;/h2&gt;Setting up the application on IIS7 is extremely simple.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Copy the HelloWorld folder to C:\inetpub\wwwroot&lt;/li&gt;&lt;li&gt;Open IIS Manager&lt;/li&gt;&lt;li&gt;Open Sites -&amp;gt; Default Web Site&lt;/li&gt;&lt;li&gt;Right-click on HelloWorld and select &amp;quot;Convert to Apllication&amp;quot;&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost/HelloWorld/hello.wsgi&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
IIS6 (Windows Server 2003)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Mono XSP2 (Linux/*BSD/MacOS X/Solaris)
&lt;/h2&gt;XSP2 is very simple to set up. From a console window:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;cd to the HelloWorld directory&lt;/li&gt;&lt;li&gt;run 'xsp2' (no arguments required)&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost:8080/hello.wsgi&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
Cassini (Visual Studio 2005/2008) 
&lt;/h2&gt;(Under Construction)&lt;br /&gt;
&lt;/div&gt;</description><author>jdhardy</author><pubDate>Fri, 02 May 2008 23:32:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Tutorials 20080502113253P</guid></item><item><title>UPDATED WIKI: Tutorials</title><link>http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Tutorials
&lt;/h1&gt;First, download IronPython from &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and install it. NWSGI 0.2 requires IronPython 2.0 Beta 2. Next, download NWSGI 0.2 and the HelloWorld sample; unzip NWSGI somwhere (it doesn't really matter where), and unzip HelloWorld somewhere your webserver can access. Copy NWSGI.dll and IronPython.dll, IronPython.Modules.dll, Microsoft.Scripting.Core.dll, and Microsoft.Scripting.dll into the HelloWorld\bin folder. The HelloWorld folder should look like this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;HelloWorld\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;NWSGI.dll&lt;/li&gt;&lt;li&gt;IronPython.dll&lt;/li&gt;&lt;li&gt;IronPYthon.Modules.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.Core.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.dll&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;hello.py&lt;/li&gt;&lt;li&gt;Web.config&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;The next step is to point our webserver at this folder. The process for this varies depending on the webserver in use. Follow the directions appropriate for your server and operating system below.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
IIS7 (Windows Vista, Windows Server 2008)
&lt;/h2&gt;Setting up the application on IIS7 is extremely simple.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Copy the HelloWorld folder to C:\inetpub\wwwroot&lt;/li&gt;&lt;li&gt;Open IIS Manager&lt;/li&gt;&lt;li&gt;Open Sites -&amp;gt; Default Web Site&lt;/li&gt;&lt;li&gt;Right-click on HelloWorld and select &amp;quot;Convert to Apllication&amp;quot;&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost/HelloWorld/hello.py&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
IIS6 (Windows Server 2003)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Mono XSP2 (Linux/*BSD/MacOS X/Solaris)
&lt;/h2&gt;XSP2 is very simple to set up. From a console window:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;cd to the HelloWorld directory&lt;/li&gt;&lt;li&gt;run 'xsp2' (no arguments required)&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost:8080/hello.py&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
Cassini (Visual Studio 2005/2008) 
&lt;/h2&gt;(Under Construction)&lt;br /&gt;
&lt;/div&gt;</description><author>jdhardy</author><pubDate>Fri, 02 May 2008 23:32:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Tutorials 20080502113209P</guid></item><item><title>UPDATED WIKI: Tutorials</title><link>http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Tutorials
&lt;/h1&gt;First, download IronPython from &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and install it. NWSGI 0.2 requires IronPython 2.0 Beta 2. Next, download NWSGI 0.2 and the HElloWorld sample; unzip NWSGI somwhere (it doesn't really matter where), and unzip HelloWorld somewhere your webserver can access. Copy NWSGI.dll and IronPython.dll, IronPython.Modules.dll, Microsoft.Scripting.Core.dll, and Microsoft.Scripting.dll into the HelloWorld\bin folder. The HelloWorld folder should look like this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;HelloWorld\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;NWSGI.dll&lt;/li&gt;&lt;li&gt;IronPython.dll&lt;/li&gt;&lt;li&gt;IronPYthon.Modules.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.Core.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.dll&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;hello.py&lt;/li&gt;&lt;li&gt;Web.config&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;The next step is to point our webserver at this folder. The process for this varies depending on the webserver in use. Follow the directions appropriate for your server and operating system below.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
IIS7 (Windows Vista, Windows Server 2008)
&lt;/h2&gt;Setting up the application on IIS7 is extremely simple.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Copy the HelloWorld folder to C:\inetpub\wwwroot&lt;/li&gt;&lt;li&gt;Open IIS Manager&lt;/li&gt;&lt;li&gt;Open Sites -&amp;gt; Default Web Site&lt;/li&gt;&lt;li&gt;Right-click on HelloWorld and select &amp;quot;Convert to Apllication&amp;quot;&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost/HelloWorld/hello.py&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
IIS6 (Windows Server 2003)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Mono XSP2 (Linux/*BSD/MacOS X/Solaris)
&lt;/h2&gt;XSP2 is very simple to set up. From a console window:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;cd to the HelloWorld directory&lt;/li&gt;&lt;li&gt;run 'xsp2' (no arguments required)&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost:8080/hello.py&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
Cassini (Visual Studio 2005/2008) 
&lt;/h2&gt;(Under Construction)&lt;br /&gt;
&lt;/div&gt;</description><author>jdhardy</author><pubDate>Fri, 02 May 2008 23:31:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Tutorials 20080502113113P</guid></item><item><title>UPDATED RELEASE: NWSGI 0.2 (May 02, 2008)</title><link>http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=11842</link><description>An update to NWSGI to work with IronPython 2.0 Beta 2. The only change in 2.0b2 that affects NWSGI is the introduction of Microsoft.Scripting.Core.dll.&lt;br /&gt;&lt;br /&gt;There are now two packages&amp;#58; NWSGI and the HelloWorld sample application. Both include a README file with simple instructions on how to get started.&lt;br /&gt;&lt;br /&gt;For more detailed instructions, see &amp;#91;Tutorials&amp;#93;.</description><author></author><pubDate>Fri, 02 May 2008 23:30:32 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: NWSGI 0.2 (May 02, 2008) 20080502113032P</guid></item><item><title>UPDATED RELEASE: NWSGI 0.2 (May 02, 2008)</title><link>http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=11842</link><description>An update to NWSGI to work with IronPython 2.0 Beta 2. The only change in 2.0b2 that affects NWSGI is the introduction of Microsoft.Scripting.Core.dll.&lt;br /&gt;&lt;br /&gt;There are now two packages&amp;#58; NWSGI and the HelloWorld sample application. Both include a README file with simple instructions on how to get started.&lt;br /&gt;&lt;br /&gt;For more detailed instructions, see &amp;#91;Tutorials&amp;#93;.</description><author></author><pubDate>Fri, 02 May 2008 23:25:50 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: NWSGI 0.2 (May 02, 2008) 20080502112550P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NWSGI/SourceControl/ListDownloadableCommits.aspx</link><description>Updated READMEs and such for 0.2.</description><author>jdhardy</author><pubDate>Fri, 02 May 2008 23:18:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080502111854P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NWSGI/SourceControl/ListDownloadableCommits.aspx</link><description>Update version info to produce 0.2.</description><author>jdhardy</author><pubDate>Fri, 02 May 2008 23:09:53 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080502110953P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/NWSGI/SourceControl/ListDownloadableCommits.aspx</link><description>- Removed references to SCC provider&amp;#13;&amp;#10;- Added references to IronPython 2.0 Beta 2</description><author>jdhardy</author><pubDate>Fri, 02 May 2008 23:05:34 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080502110534P</guid></item><item><title>UPDATED WIKI: Tutorials</title><link>http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Tutorials
&lt;/h1&gt;First, download IronPython from &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and install it. NWSGI 0.1 requires IronPython 2.0 Beta 1. Next, download NWSGI 0.1 and unzip it somwhere (it doesn't really matter where). Copy NWSGI.dll and IronPython.dll, IronPython.Modules.dll, and Microsoft.Scripting.dll into the HelloWorld\bin folder (located wherever you unzipped NWSGI). The HelloWorld folder should lokk like this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;HelloWorld\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;NWSGI.dll&lt;/li&gt;&lt;li&gt;IronPython.dll&lt;/li&gt;&lt;li&gt;IronPYthon.Modules.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.dll&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;hello.py&lt;/li&gt;&lt;li&gt;Web.config&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;The next step is to point our webserver at this folder. The process for this varies depending on the webserver in use. Follow the directions appropriate for your server and operating system below.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
IIS7 (Windows Vista, Windows Server 2008)
&lt;/h2&gt;Setting up the application on IIS7 is extremely simple.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Copy the HelloWorld folder to C:\inetpub\wwwroot&lt;/li&gt;&lt;li&gt;Open IIS Manager&lt;/li&gt;&lt;li&gt;Open Sites -&amp;gt; Default Web Site&lt;/li&gt;&lt;li&gt;Right-click on HelloWorld and select &amp;quot;Convert to Apllication&amp;quot;&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost/HelloWorld/hello.py&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
IIS6 (Windows Server 2003)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Mono XSP2 (Linux/*BSD/MacOS X/Solaris)
&lt;/h2&gt;XSP2 is very simple to set up. From a console window:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;cd to the HelloWorld directory&lt;/li&gt;&lt;li&gt;run 'xsp2' (no arguments required)&lt;/li&gt;&lt;li&gt;Point a web browser at http://localhost:8080/hello.py&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
Cassini (Visual Studio 2005/2008) 
&lt;/h2&gt;(Under Construction)&lt;br /&gt;
&lt;/div&gt;</description><author>jdhardy</author><pubDate>Sun, 13 Apr 2008 16:30:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Tutorials 20080413043054P</guid></item><item><title>UPDATED WIKI: Tutorials</title><link>http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Tutorials
&lt;/h1&gt;First, download IronPython from &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and install it. NWSGI 0.1 requires IronPython 2.0 Beta 1. Next, download NWSGI 0.1 and unzip it somwhere (it doesn't really matter where). Copy NWSGI.dll and IronPython.dll, IronPython.Modules.dll, and Microsoft.Scripting.dll into the HelloWorld\bin folder (located wherever you unzipped NWSGI). The HelloWorld folder should lokk like this:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;HelloWorld\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin\&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;NWSGI.dll&lt;/li&gt;&lt;li&gt;IronPython.dll&lt;/li&gt;&lt;li&gt;IronPYthon.Modules.dll&lt;/li&gt;&lt;li&gt;Microsoft.Scripting.dll&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;hello.py&lt;/li&gt;&lt;li&gt;Web.config&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;The next step is to point our webserver at this folder. The process for this varies depending on the webserver in use. Follow the directions appropriate for your server and operating system below.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
IIS7 (Windows Vista, Windows Server 2008)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
IIS6 (Windows Server 2003)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Mono XSP2 (Linux/*BSD/MacOS X/Solaris)
&lt;/h2&gt;(Under Construction)&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Cassini (Visual Studio 2005/2008) 
&lt;/h2&gt;(Under Construction)&lt;br /&gt;
&lt;/div&gt;</description><author>jdhardy</author><pubDate>Sun, 13 Apr 2008 16:13:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Tutorials 20080413041322P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt;NWSGI is a .NET implementation of the Python WSGI specification using IronPython. It is implemented as an ASP.NET HttpHandler.
&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Introduction&amp;amp;referringTitle=Home"&gt;Introduction&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Tutorials&amp;amp;referringTitle=Home"&gt;Tutorials&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/NWSGI/Wiki/View.aspx?title=Compatibility&amp;amp;referringTitle=Home"&gt;Compatibility&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;h2&gt;
Progress
&lt;/h2&gt;Support for WSGI has been implemented and has been lightly tested with Paste (&lt;a href="http://pythonpaste.org" class="externalLink"&gt;http://pythonpaste.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;), and has run a simple CherryPy application successfully. However, running larger applications and frameworks will require some improvements to IronPython (there are some bizarre edge cases that it doesn't handle) as well as .NET native versions of some Python libraries (especially the database libraries).&lt;br /&gt;
&lt;/div&gt;</description><author>jdhardy</author><pubDate>Sun, 13 Apr 2008 15:58:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080413035836P</guid></item><item><title>UPDATED RELEASE: NWSGI 0.2</title><link>http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=11842</link><description>This release will conincide with IronPython 2.0 Beta 2. It will include any changes to the hosting API in B2, and should include detailed docs for setting up II7, IIS6, and possibly Mono&amp;#39;s xsp2 - in that order.</description><author></author><pubDate>Thu, 20 Mar 2008 00:15:42 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: NWSGI 0.2 20080320121542A</guid></item><item><title>CREATED RELEASE: NWSGI 0.2</title><link>http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=11842</link><description>This release will conincide with IronPython 2.0 Beta 2. It will include any chnages to the hosting API in b2, and should include detailed docs for setting up II7, IIS6, and possibly Mono&amp;#39;s xsp2 - in that order.</description><author></author><pubDate>Thu, 20 Mar 2008 00:14:15 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: NWSGI 0.2 20080320121415A</guid></item><item><title>CREATED RELEASE: NWSGI 0.1 (Mar 19, 2008)</title><link>http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=11841</link><description>This is the first release of NWSGI, built against IronPython 2.0b1. There is a Readme included in the release with vague instructions on how to set it up, as well as a very simple &amp;#34;Hello, World&amp;#33;&amp;#34; application to demonstrate that it works.&lt;br /&gt;&lt;br /&gt;So far it has only been tested on Cassini&amp;#47;Visual Studio and IIS7. In principle, it should work on IIS6 or any other ASP.NET server as well. There are no per-server instructions, so you&amp;#39;ll have to know how to set up an HttpHandler and an extension mapping on your server of choice &amp;#40;for IIS7 the included web.config does it automatically&amp;#41;.</description><author></author><pubDate>Thu, 20 Mar 2008 00:10:10 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: NWSGI 0.1 (Mar 19, 2008) 20080320121010A</guid></item></channel></rss>