<?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"
	>
<channel>
	<title>Comments on: Create ASP.NET 1.0 &#038; 2.0 Applications On GNU/Linux and Windows Using Mono XSP</title>
	<atom:link href="http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<pubDate>Fri, 05 Dec 2008 03:14:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: eduardo osorio</title>
		<link>http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-72094</link>
		<dc:creator>eduardo osorio</dc:creator>
		<pubDate>Wed, 20 Jun 2007 22:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-72094</guid>
		<description>i think that the 'src' atribute is no longer supported in xsp2</description>
		<content:encoded><![CDATA[<p>i think that the &#8217;src&#8217; atribute is no longer supported in xsp2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trmadol</title>
		<link>http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-29964</link>
		<dc:creator>trmadol</dc:creator>
		<pubDate>Thu, 25 Jan 2007 15:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-29964</guid>
		<description>I always have terrible trouble with comment-related plugins that require me to put some line in the comment loop; I can never seem to find the right spot. Can anyone tell me where I should put the php line in my comments loop? I haven not modified anything much, and I would be very grateful. Thanks!</description>
		<content:encoded><![CDATA[<p>I always have terrible trouble with comment-related plugins that require me to put some line in the comment loop; I can never seem to find the right spot. Can anyone tell me where I should put the php line in my comments loop? I haven not modified anything much, and I would be very grateful. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2.0NOT</title>
		<link>http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-1113</link>
		<dc:creator>2.0NOT</dc:creator>
		<pubDate>Wed, 25 Oct 2006 19:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-1113</guid>
		<description>Your First ASP.NET 2.0 Application Using Mono XSP
Create a test ASP.NET 2.0 page(say 'hello2.aspx') and copy it in a folder.

How about giving us working 2.0 files to test?</description>
		<content:encoded><![CDATA[<p>Your First ASP.NET 2.0 Application Using Mono XSP<br />
Create a test ASP.NET 2.0 page(say &#8216;hello2.aspx&#8217;) and copy it in a folder.</p>
<p>How about giving us working 2.0 files to test?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-301</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Fri, 28 Jul 2006 11:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-301</guid>
		<description>There still are some rough edges when it comes to developing ASP.NET applications using VB.NET. You can certainly give it a try but you may or may not get the results: the errors the VB.NET compiler sometimes produces are very irritating.

VB.NET support is being developed at a fast pace though. Until the time it becomes a bit more stable, the best way would be to manually compile the VB.NET code-behind file to a 'dll' file and then use it from the ASPX file('C#' should be specified as the language being used; it doesn't matter with IL being present in the dll). If you find the VB.NET compiler that comes with mono('mbas') not upto the task, then use a Windows machine to create the dll files and copy them over to the GNU/Linux box. Not an ideal way to develop web applications, but works for now.</description>
		<content:encoded><![CDATA[<p>There still are some rough edges when it comes to developing ASP.NET applications using VB.NET. You can certainly give it a try but you may or may not get the results: the errors the VB.NET compiler sometimes produces are very irritating.</p>
<p>VB.NET support is being developed at a fast pace though. Until the time it becomes a bit more stable, the best way would be to manually compile the VB.NET code-behind file to a &#8216;dll&#8217; file and then use it from the ASPX file(&#8217;C#&#8217; should be specified as the language being used; it doesn&#8217;t matter with IL being present in the dll). If you find the VB.NET compiler that comes with mono(&#8217;mbas&#8217;) not upto the task, then use a Windows machine to create the dll files and copy them over to the GNU/Linux box. Not an ideal way to develop web applications, but works for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hulkster</title>
		<link>http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-297</link>
		<dc:creator>Hulkster</dc:creator>
		<pubDate>Thu, 27 Jul 2006 11:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-297</guid>
		<description>&lt;strong&gt;Report from OSCON2006: The Ruby Conspiracy, Other stuff......&lt;/strong&gt;

Report from OSCON2006: The Ruby Conspiracy
Software Development Amidst the Whiz of Silver Bullets...&#160;-......</description>
		<content:encoded><![CDATA[<p><strong>Report from OSCON2006: The Ruby Conspiracy, Other stuff&#8230;&#8230;</strong></p>
<p>Report from OSCON2006: The Ruby Conspiracy<br />
Software Development Amidst the Whiz of Silver Bullets&#8230;&nbsp;-&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myles A. Braithwaite</title>
		<link>http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-287</link>
		<dc:creator>Myles A. Braithwaite</dc:creator>
		<pubDate>Tue, 25 Jul 2006 13:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/22/create-aspnet-10-20-applications-on-gnulinux-and-windows-using-mono-xsp/#comment-287</guid>
		<description>Will this work with VisualBasic as while?</description>
		<content:encoded><![CDATA[<p>Will this work with VisualBasic as while?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
