<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Running ASP.NET Applications in Debian and Ubuntu using XSP and Mono</title>
	<atom:link href="http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Tue, 03 Nov 2009 15:02:44 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: selinium</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-3303</link>
		<dc:creator>selinium</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-3303</guid>
		<description>Rather than create a symlink it is best to install mono-devel to resolve this issue.

Either:

sudo apt-get install mono-devel

or:

&lt;a href=&quot;//mono-devel&quot; title=&quot;Apt Link to Mono Develop&quot; rel=&quot;nofollow&quot;&gt;apt://mono-devel&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Rather than create a symlink it is best to install mono-devel to resolve this issue.</p>
<p>Either:</p>
<p>sudo apt-get install mono-devel</p>
<p>or:</p>
<p><a href="//mono-devel" title="Apt Link to Mono Develop" rel="nofollow">apt://mono-devel</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galets</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-3228</link>
		<dc:creator>Galets</dc:creator>
		<pubDate>Wed, 17 Jun 2009 22:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-3228</guid>
		<description>Kitt, thanks! this worked great with me at the point when I was almost about to give it up</description>
		<content:encoded><![CDATA[<p>Kitt, thanks! this worked great with me at the point when I was almost about to give it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kitt</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-2869</link>
		<dc:creator>kitt</dc:creator>
		<pubDate>Sun, 03 May 2009 12:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-2869</guid>
		<description>&lt;blockquote cite=&quot;blah-blah-blah&quot;&gt;

try 
sudo find /usr/bin &#124; grep gmcs

if result is NOT
/usr/bin/gmcs
/usr/bin/gmcs2

try 
1)install mono-gmcs package (if only have &quot;/usr/bin/gmcs&quot;)
or
2)in case you have only &quot;/usr/bin/gmcs2&quot; make symlink on it named gmcs
sudo ln -s /usr/bin/gmcs2 /usr/bin/gmcs

restart apache2 or xsp or your web server and check result in browser. I think it would help.</description>
		<content:encoded><![CDATA[<blockquote cite="blah-blah-blah">
<p>try<br />
sudo find /usr/bin | grep gmcs</p>
<p>if result is NOT<br />
/usr/bin/gmcs<br />
/usr/bin/gmcs2</p>
<p>try<br />
1)install mono-gmcs package (if only have &#8220;/usr/bin/gmcs&#8221;)<br />
or<br />
2)in case you have only &#8220;/usr/bin/gmcs2&#8243; make symlink on it named gmcs<br />
sudo ln -s /usr/bin/gmcs2 /usr/bin/gmcs</p>
<p>restart apache2 or xsp or your web server and check result in browser. I think it would help.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-2635</link>
		<dc:creator>Jochen</dc:creator>
		<pubDate>Sat, 28 Mar 2009 19:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-2635</guid>
		<description>Okay, the test file content in my previous commit has been crippled, here again:

&lt;%@Page language=&quot;vb&quot; %&gt;
&lt;html&gt;
&lt;body&gt;
&lt;%
Response.Write (&quot;Hello world&quot;)
%&gt;
TEST
&lt;/body&gt;
&lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>Okay, the test file content in my previous commit has been crippled, here again:</p>
<p>&lt;%@Page language=&#8221;vb&#8221; %&gt;<br />
&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;%<br />
Response.Write (&#8221;Hello world&#8221;)<br />
%&gt;<br />
TEST<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-2634</link>
		<dc:creator>Jochen</dc:creator>
		<pubDate>Sat, 28 Mar 2009 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-2634</guid>
		<description>I got the same problem for normal aspx files on my Debian system.
I also installed the VNBC compiler with apt-get install.

A test file with this content started working:
----SNIP----




TEST
----SNIP----

I&#039;m wondering why the C# compiler has got such problems while the VB compiler is running well?</description>
		<content:encoded><![CDATA[<p>I got the same problem for normal aspx files on my Debian system.<br />
I also installed the VNBC compiler with apt-get install.</p>
<p>A test file with this content started working:<br />
&#8212;-SNIP&#8212;-</p>
<p>TEST<br />
&#8212;-SNIP&#8212;-</p>
<p>I&#8217;m wondering why the C# compiler has got such problems while the VB compiler is running well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: georgi</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-2510</link>
		<dc:creator>georgi</dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-2510</guid>
		<description>Server Error in &#039;/&#039; Application
Standard output has not been redirected or process has not been started.

Description: HTTP 500. Error processing request.

Stack Trace:

System.InvalidOperationException: Standard output has not been redirected or process has not been started.
  at System.Diagnostics.Process.CancelErrorRead () [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:CancelErrorRead ()
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] 
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] 
  at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] 
  at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000] 
  at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.CodeDom.Compiler.CompilerParameters options) [0x00000] 
  at System.Web.Compilation.AppCodeAssembly.Build (System.String[] binAssemblies) [0x00000] 
  at System.Web.Compilation.AppCodeCompiler.Compile () [0x00000] 
  at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000] 

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42</description>
		<content:encoded><![CDATA[<p>Server Error in &#8216;/&#8217; Application<br />
Standard output has not been redirected or process has not been started.</p>
<p>Description: HTTP 500. Error processing request.</p>
<p>Stack Trace:</p>
<p>System.InvalidOperationException: Standard output has not been redirected or process has not been started.<br />
  at System.Diagnostics.Process.CancelErrorRead () [0x00000]<br />
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:CancelErrorRead ()<br />
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]<br />
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]<br />
  at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000]<br />
  at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000]<br />
  at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.CodeDom.Compiler.CompilerParameters options) [0x00000]<br />
  at System.Web.Compilation.AppCodeAssembly.Build (System.String[] binAssemblies) [0x00000]<br />
  at System.Web.Compilation.AppCodeCompiler.Compile () [0x00000]<br />
  at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000] </p>
<p>Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Blanco</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1214</link>
		<dc:creator>Gabriel Blanco</dc:creator>
		<pubDate>Mon, 29 Sep 2008 21:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1214</guid>
		<description>I build a website in ASP.net that works perfectly in a windows server. I need to migrate this website to a linux server, which dont have the Mono. I&#039;m going to suggest these application to my co-workers, but i have a doubt: do i have to change anything on my code source? Or the files i have now will just work fine?

Tks</description>
		<content:encoded><![CDATA[<p>I build a website in ASP.net that works perfectly in a windows server. I need to migrate this website to a linux server, which dont have the Mono. I&#8217;m going to suggest these application to my co-workers, but i have a doubt: do i have to change anything on my code source? Or the files i have now will just work fine?</p>
<p>Tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1213</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 26 Jul 2008 13:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1213</guid>
		<description>I have the same error....</description>
		<content:encoded><![CDATA[<p>I have the same error&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerd</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1212</link>
		<dc:creator>Gerd</dc:creator>
		<pubDate>Thu, 12 Jun 2008 09:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1212</guid>
		<description>I installed Ubuntu 7.10 with PHP and mySQL and also installed mono for ubuntu (both, xsp1 and xsp2) with examples/demos.
When running xps or xps2 I seem to get the predicted responses.
However when going to http://localhost:8080/ the following is displayed in the browser in either case:

Server Error in &#039;/&#039; Application
File &#039;/&#039; not found.

Description: Error processing request.

Error Message: HTTP 404. System.Web.HttpException: File &#039;/&#039; not found.

Stack Trace:

System.Web.HttpException: File &#039;/&#039; not found.
  at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext context) [0x00000]
  at System.Web.HttpApplication+c__CompilerGenerated2.MoveNext () [0x00000]

12/06/2008 7:44:25 AM

---------------------------------------

what went wrong? Mind you, I am also quite new to Linux and ubuntu in particular and can do with all help I can get.

Cheers, Gerd</description>
		<content:encoded><![CDATA[<p>I installed Ubuntu 7.10 with PHP and mySQL and also installed mono for ubuntu (both, xsp1 and xsp2) with examples/demos.<br />
When running xps or xps2 I seem to get the predicted responses.<br />
However when going to <a href="http://localhost:8080/" rel="nofollow">http://localhost:8080/</a> the following is displayed in the browser in either case:</p>
<p>Server Error in &#8216;/&#8217; Application<br />
File &#8216;/&#8217; not found.</p>
<p>Description: Error processing request.</p>
<p>Error Message: HTTP 404. System.Web.HttpException: File &#8216;/&#8217; not found.</p>
<p>Stack Trace:</p>
<p>System.Web.HttpException: File &#8216;/&#8217; not found.<br />
  at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext context) [0x00000]<br />
  at System.Web.HttpApplication+c__CompilerGenerated2.MoveNext () [0x00000]</p>
<p>12/06/2008 7:44:25 AM</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>what went wrong? Mind you, I am also quite new to Linux and ubuntu in particular and can do with all help I can get.</p>
<p>Cheers, Gerd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techieguy</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1211</link>
		<dc:creator>techieguy</dc:creator>
		<pubDate>Mon, 31 Mar 2008 03:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1211</guid>
		<description>It&#039;s working now!!! Here is the solution for Ubuntu users:

sudo cp /usr/share/asp.net2-demos/index.aspx /usr/share/asp.net2-demos/index2.aspx

I got this solution from a blogger in another site.</description>
		<content:encoded><![CDATA[<p>It&#8217;s working now!!! Here is the solution for Ubuntu users:</p>
<p>sudo cp /usr/share/asp.net2-demos/index.aspx /usr/share/asp.net2-demos/index2.aspx</p>
<p>I got this solution from a blogger in another site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techieguy</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1210</link>
		<dc:creator>techieguy</dc:creator>
		<pubDate>Mon, 31 Mar 2008 02:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1210</guid>
		<description>To pepesmith: Your solution worked perfectly fine for me. Thanks :)

I am getting index2.aspx not found error now.</description>
		<content:encoded><![CDATA[<p>To pepesmith: Your solution worked perfectly fine for me. Thanks <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am getting index2.aspx not found error now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1209</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 31 Mar 2008 00:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1209</guid>
		<description>Hi all. First of all, thank you for this excellent tutorial. I have an asp.net 2.0 app that I used to run on IIS but I am trying t get it to work on Ubuntu with Apache. However, this app uses an MS access database and I cant put xsp to work with this. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi all. First of all, thank you for this excellent tutorial. I have an asp.net 2.0 app that I used to run on IIS but I am trying t get it to work on Ubuntu with Apache. However, this app uses an MS access database and I cant put xsp to work with this. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pepesmith</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1208</link>
		<dc:creator>pepesmith</dc:creator>
		<pubDate>Sat, 23 Feb 2008 08:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1208</guid>
		<description>To David:
-- i think i&#039;m late on posting this :)
You must be on the directory /usr/share/asp.net2-demos/ before you run xsp. Otherwise that error will be displayed.
Please take note this when you run xsp, you should see the Root directory: /usr/share/asp.net2-demos/
HTH.</description>
		<content:encoded><![CDATA[<p>To David:<br />
&#8211; i think i&#8217;m late on posting this <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You must be on the directory /usr/share/asp.net2-demos/ before you run xsp. Otherwise that error will be displayed.<br />
Please take note this when you run xsp, you should see the Root directory: /usr/share/asp.net2-demos/<br />
HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1207</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Tue, 03 Jul 2007 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1207</guid>
		<description>Another option is the Neokernel, there is a release for Mono of the
Neokernel Web Server at www.neokernel.com, it&#039;s easier to run ASP.NET with
the Neokernel than with XSP or apache/mod_mono.</description>
		<content:encoded><![CDATA[<p>Another option is the Neokernel, there is a release for Mono of the<br />
Neokernel Web Server at <a href="http://www.neokernel.com" rel="nofollow">http://www.neokernel.com</a>, it&#8217;s easier to run ASP.NET with<br />
the Neokernel than with XSP or apache/mod_mono.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragos Cirjan</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1206</link>
		<dc:creator>Dragos Cirjan</dc:creator>
		<pubDate>Tue, 13 Feb 2007 16:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1206</guid>
		<description>Any ideas how to make apache2 and mono work together? mod_mono ? Do ya know how to configure them?</description>
		<content:encoded><![CDATA[<p>Any ideas how to make apache2 and mono work together? mod_mono ? Do ya know how to configure them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1205</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 03 Dec 2006 18:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1205</guid>
		<description>if you install asp.net version 1 documents you should be able to see the test page</description>
		<content:encoded><![CDATA[<p>if you install asp.net version 1 documents you should be able to see the test page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Costelloe</title>
		<link>http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html/comment-page-1#comment-1204</link>
		<dc:creator>David Costelloe</dc:creator>
		<pubDate>Sun, 03 Dec 2006 14:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html#comment-1204</guid>
		<description>Hi,
Great sample I am using Ubuntu and this helped a lot. My issue is that when I try to run the http://localhost:8080/ I Get the following:
Server error in &#039;/&#039; application
File &#039;/&#039; not found.
Description: Error processing request.

Error Message: HTTP 404. File &#039;/&#039; not found.

I also used the sudo cp /usr/share/asp.net2-demos/index.aspx /usr/share/asp.net2-demos/index2.aspx
with same results.
Any help would be appreciated

Thanks
David.......</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great sample I am using Ubuntu and this helped a lot. My issue is that when I try to run the <a href="http://localhost:8080/" rel="nofollow">http://localhost:8080/</a> I Get the following:<br />
Server error in &#8216;/&#8217; application<br />
File &#8216;/&#8217; not found.<br />
Description: Error processing request.</p>
<p>Error Message: HTTP 404. File &#8216;/&#8217; not found.</p>
<p>I also used the sudo cp /usr/share/asp.net2-demos/index.aspx /usr/share/asp.net2-demos/index2.aspx<br />
with same results.<br />
Any help would be appreciated</p>
<p>Thanks<br />
David&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
