

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RubyPDF Blog &#187; ASP.Net</title>
	<atom:link href="http://blog.rubypdf.com/category/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubypdf.com</link>
	<description>PDF &#38; Marketing</description>
	<lastBuildDate>Tue, 02 Mar 2010 06:47:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Let Apache Web Server Run ASP.NET Applications on CentOS</title>
		<link>http://blog.rubypdf.com/2009/10/23/how-to-let-apache-web-server-run-asp-net-applications-on-centos/</link>
		<comments>http://blog.rubypdf.com/2009/10/23/how-to-let-apache-web-server-run-asp-net-applications-on-centos/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:44:26 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[Asp.NEt Applications]]></category>
		<category><![CDATA[mod_mono]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[vzdump]]></category>
		<category><![CDATA[XSP]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=471</guid>
		<description><![CDATA[




This is a index page of my mono and asp.net articles, so I will continue update this page when I have new articles.
1.Prepare a CentOS hosting, in my case, I use CentOS VPS, I have introduced  how to install OpenVZ and Create VPS before.





2.Install Mono 2.4.2.3 on CentOS 5.
3.Install XSP, mod_mono and configure Apache [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/23/how-to-let-apache-web-server-run-asp-net-applications-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install XSP and Integrate XSP With Apache 2 Under CentOS 5</title>
		<link>http://blog.rubypdf.com/2009/10/23/how-to-install-xsp-and-integrate-xsp-with-apache-2-under-centos-5/</link>
		<comments>http://blog.rubypdf.com/2009/10/23/how-to-install-xsp-and-integrate-xsp-with-apache-2-under-centos-5/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:14:38 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[mod_mono]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[XSP]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=466</guid>
		<description><![CDATA[




In the last article,  I have introduced  How to Install Mono 2.4.2.3 on CentOS 5 , forgot telling you, why I want to install Mono on CentOS, I want to try to run ASP.NET under Linux.

Mono has an implementation of ASP.NET 2.0 and ASP.NET AJAX, and to run your ASP.NET applications with Mono, [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/23/how-to-install-xsp-and-integrate-xsp-with-apache-2-under-centos-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Godaddy ASP.NET Hosting does not Allow unsafe Code</title>
		<link>http://blog.rubypdf.com/2009/03/11/godaddy-aspnet-hosting-does-not-allow-unsafe-code/</link>
		<comments>http://blog.rubypdf.com/2009/03/11/godaddy-aspnet-hosting-does-not-allow-unsafe-code/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 16:35:57 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=280</guid>
		<description><![CDATA[    Recently, I am working on an asp.net application for my customer, which uses System.Data.SQLite.dll library, when almost finished the project, I upload the application to the Godaddy asp.net hosting, then I got the following error,

Parser Error Message: Could not load file or assembly &#8216;System.Data.SQLite, Version=1.0.51.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139&#8242; or one of its [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/03/11/godaddy-aspnet-hosting-does-not-allow-unsafe-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AspSpider deleted all free hosting space</title>
		<link>http://blog.rubypdf.com/2008/06/13/aspspider-deleted-all-free-hosting-space/</link>
		<comments>http://blog.rubypdf.com/2008/06/13/aspspider-deleted-all-free-hosting-space/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:03:10 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=218</guid>
		<description><![CDATA[It is a bad news, Free asp.net 2.0 hosting provider, AspSpider has deleted all free hosting space on Jun 1, 2008. so all the examples about PDF creation and manipulation base on iTextSharp have gone. we can only have a look from this method now,
http://web.archive.org/web/20060423084401/aspspider.net/tonyfox/pdf/
]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2008/06/13/aspspider-deleted-all-free-hosting-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aspspider Reopen Free Asp.net 2.0 Hosting registration</title>
		<link>http://blog.rubypdf.com/2008/01/27/aspspider-reopen-free-aspnet-20-hosting-registration/</link>
		<comments>http://blog.rubypdf.com/2008/01/27/aspspider-reopen-free-aspnet-20-hosting-registration/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 10:43:36 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/2008/01/27/aspspider-reopen-free-aspnet-20-hosting-registration/</guid>
		<description><![CDATA[I just found aspspider  reopened the free asp.net 2.0 hosting registration, it still supports Ms Sql Server Express 2005, but limits 10M space and automatically insert Kontera ad script.
btw, I installed ASProxy(a web proxy developed in ASP.NET 2.0) on my new registered one. And my another one has some PDF creation and manipulation demos [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2008/01/27/aspspider-reopen-free-aspnet-20-hosting-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Free Asp.net 2.0 hosting</title>
		<link>http://blog.rubypdf.com/2007/11/13/a-free-aspnet-20-hosting/</link>
		<comments>http://blog.rubypdf.com/2007/11/13/a-free-aspnet-20-hosting/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 14:57:45 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">/2007/11/13/a-free-aspnet-20-hosting</guid>
		<description><![CDATA[http://www.qsh.eu/free offers free Asp.net 2.0 hosting now, supports Ms Sql Server Express 2005 and FTP, with 50M web space and 2G Monthly Data Transfer.
I just registered one, and installed YetAnotherForum.Net(yafnet), 



Package
&#160;
FREE
&#160;
&#160;
&#160;
&#160;


Price
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;


2 Years Subscription
&#160;
FREE
&#160;
&#160;
&#160;
&#160;


&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;


1 Year Subscription
&#160;
FREE
&#160;
&#160;
&#160;
&#160;


&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;


6 Month Subscription
&#160;
FREE
&#160;
&#160;
&#160;
&#160;


&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;


3 Month Subscription
&#160;
FREE
&#160;
&#160;
&#160;
&#160;


&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;


Disk Space &#38; Data Transfers
&#160;
50 MB
&#160;
&#160;
&#160;
&#160;


Web Space
&#160;
50 MB
&#160;
&#160;
&#160;
&#160;


E-mail Space
&#160;
-
&#160;
&#160;
&#160;
&#160;


Database Space (MS SQL 2005)
&#160;
-
&#160;
&#160;
&#160;
&#160;


Monthly Data Transfer
&#160;
2 GB
&#160;
&#160;
&#160;
&#160;


Domains &#38; [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2007/11/13/a-free-aspnet-20-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
