<?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: Run ASP.NET applications on Ubuntu (for developers)</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-72874</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-72874</guid>
		<description>One important point... change to /usr/share/asp.net-demos/ directory before starting the server.</description>
		<content:encoded><![CDATA[<p>One important point&#8230; change to /usr/share/asp.net-demos/ directory before starting the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maitreyi</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-72542</link>
		<dc:creator>maitreyi</dc:creator>
		<pubDate>Thu, 28 May 2009 09:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-72542</guid>
		<description>sudo apt-get install mono-xsp mono-xsp-base

    sudo apt-get install asp.net-examples

after running these 2 commands i dont know what has to done exactly</description>
		<content:encoded><![CDATA[<p>sudo apt-get install mono-xsp mono-xsp-base</p>
<p>    sudo apt-get install asp.net-examples</p>
<p>after running these 2 commands i dont know what has to done exactly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loic Duros</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-67994</link>
		<dc:creator>Loic Duros</dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-67994</guid>
		<description>cherry:

I had to run xsp2 --root /usr/share/asp.net2-demos/ too (two hyphens before root)</description>
		<content:encoded><![CDATA[<p>cherry:</p>
<p>I had to run xsp2 &#8211;root /usr/share/asp.net2-demos/ too (two hyphens before root)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cherry</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-65040</link>
		<dc:creator>cherry</dc:creator>
		<pubDate>Sat, 17 Jan 2009 16:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-65040</guid>
		<description></description>
		<content:encoded><![CDATA[<p>i had to run:</p>
<p>xsp2 &#8211;root /usr/share/asp.net2-demos/</p>
<p>insted of :</p>
<p>xsp2 –root /usr/share/asp.net2-demos/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-21824</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 31 Aug 2007 01:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-21824</guid>
		<description>Can you run mono as a daemon?  I&#039;d like to have the ability to use ubuntu as my webserver and still use some ASP.NET, but if I have to log in and run this everytime to have my pages work, it&#039;s useless.</description>
		<content:encoded><![CDATA[<p>Can you run mono as a daemon?  I&#8217;d like to have the ability to use ubuntu as my webserver and still use some ASP.NET, but if I have to log in and run this everytime to have my pages work, it&#8217;s useless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-18600</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Fri, 22 Jun 2007 15:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-18600</guid>
		<description>Is it possible to run .net (Windows) applications like Extreme Movie Manager like this?</description>
		<content:encoded><![CDATA[<p>Is it possible to run .net (Windows) applications like Extreme Movie Manager like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-17514</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 03 Jun 2007 03:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-17514</guid>
		<description>Hello all,
I was just going to post an update.

Here is a link that will explain the problem I previously posted.

https://bugs.launchpad.net/ubuntu/+source/xsp/+bug/99798

I just moved the the mono-xsp file mentioned in the post, to a different folder; installed 2.0.  Then moved mono-xsp back to it original location.

Hope this helps.

Adam</description>
		<content:encoded><![CDATA[<p>Hello all,<br />
I was just going to post an update.</p>
<p>Here is a link that will explain the problem I previously posted.</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/xsp/+bug/99798" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/xsp/+bug/99798</a></p>
<p>I just moved the the mono-xsp file mentioned in the post, to a different folder; installed 2.0.  Then moved mono-xsp back to it original location.</p>
<p>Hope this helps.</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-17480</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 02 Jun 2007 14:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-17480</guid>
		<description>I get an error :
invoke-rc.d: unknown initscript, /etc/init.d/mono-xsp2 not found.
dpkg: error processing /var/cache/apt/archives/mono-xsp2_1.1.17.1-2_all.deb (--unpack):
 subprocess pre-installation script returned error exit status 100
Errors were encountered while processing:
 /var/cache/apt/archives/mono-xsp2_1.1.17.1-2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


When running: sudo apt-get install mono-xsp2 mono-xsp2-base

Anybody have any clues.

Thanks.</description>
		<content:encoded><![CDATA[<p>I get an error :<br />
invoke-rc.d: unknown initscript, /etc/init.d/mono-xsp2 not found.<br />
dpkg: error processing /var/cache/apt/archives/mono-xsp2_1.1.17.1-2_all.deb (&#8211;unpack):<br />
 subprocess pre-installation script returned error exit status 100<br />
Errors were encountered while processing:<br />
 /var/cache/apt/archives/mono-xsp2_1.1.17.1-2_all.deb<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)</p>
<p>When running: sudo apt-get install mono-xsp2 mono-xsp2-base</p>
<p>Anybody have any clues.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC DENTON</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-7973</link>
		<dc:creator>JC DENTON</dc:creator>
		<pubDate>Thu, 05 Apr 2007 19:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-7973</guid>
		<description>Thanks for the post.

Your post distinguishes between xsp and xsp2. This is not described in the man pages...

Now I would like to use the ajax framework with mono/asp</description>
		<content:encoded><![CDATA[<p>Thanks for the post.</p>
<p>Your post distinguishes between xsp and xsp2. This is not described in the man pages&#8230;</p>
<p>Now I would like to use the ajax framework with mono/asp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/comment-page-1/#comment-56</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 18 Oct 2006 14:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/#comment-56</guid>
		<description>didn&#039;t have time to do much investigating but:

sudo cp /usr/share/asp.net2-demos/index.aspx /usr/share/asp.net2-demos/index2.aspx

then try again was enough to get a look at it.</description>
		<content:encoded><![CDATA[<p>didn&#8217;t have time to do much investigating but:</p>
<p>sudo cp /usr/share/asp.net2-demos/index.aspx /usr/share/asp.net2-demos/index2.aspx</p>
<p>then try again was enough to get a look at it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
