

<?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; Hosting</title>
	<atom:link href="http://blog.rubypdf.com/category/hosting/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>DreamHost Offers Free Apps Hosting</title>
		<link>http://blog.rubypdf.com/2009/02/10/dreamhost-offers-free-apps-hosting/</link>
		<comments>http://blog.rubypdf.com/2009/02/10/dreamhost-offers-free-apps-hosting/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 12:47:37 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=264</guid>
		<description><![CDATA[Web hosting provider DreamHost launched a new hosting service for web-based applications  from Jan 9, 2009, available now for free in its beta release. the main features are:


Completely free!
Automatic One-Click Software Installations
includes:

WordPress
Drupal
ZenPhoto
phpBB
MediaWiki

Bring your own domain &#8211; or get one from Dreamhost

]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/02/10/dreamhost-offers-free-apps-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five DreamHost Invitations Have Been Used Two</title>
		<link>http://blog.rubypdf.com/2008/10/06/five-dreamhost-invitations-have-been-used-two/</link>
		<comments>http://blog.rubypdf.com/2008/10/06/five-dreamhost-invitations-have-been-used-two/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 02:41:07 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[DreamHost Invitations]]></category>
		<category><![CDATA[promo codes]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=235</guid>
		<description><![CDATA[When I got
Five DreamHost Invitations, I posted them all on my blog, for the friends who want to save more money when buy dreamhost service, and now, they has been used two. There are still 3 available,
996416962636
141569625873
460345399323
DreamHost Invitations:

 *  Are each good only one time!
 * Up our plan features to 2TB disk and [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2008/10/06/five-dreamhost-invitations-have-been-used-two/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>Five DreamHost Invitations</title>
		<link>http://blog.rubypdf.com/2008/06/13/five-dreamhost-invitations/</link>
		<comments>http://blog.rubypdf.com/2008/06/13/five-dreamhost-invitations/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 14:49:35 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Affiliate]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Promo Code]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=217</guid>
		<description><![CDATA[I have just Got five DreamHost Invitations, they are
 996416962636
 141569625873
 974835518852(has been used)
753435841199(has been used)
 460345399323
If you use one of them to buy Dreamhost hosting, you will save big money!
 * You will get four (4) times the normal disk and bandwidth!
 * If you choose our five-year plan, you&#8217;ll get $150 off!
 * [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2008/06/13/five-dreamhost-invitations/feed/</wfw:commentRss>
		<slash:comments>2</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>Get the full $50 discount on Dreamhost web hosting</title>
		<link>http://blog.rubypdf.com/2007/12/17/get-the-full-50-discount-on-dreamhost-web-hosting/</link>
		<comments>http://blog.rubypdf.com/2007/12/17/get-the-full-50-discount-on-dreamhost-web-hosting/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 14:28:57 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Affiliate]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Promo Code]]></category>

		<guid isPermaLink="false">/2007/12/17/get-the-full-50-discount-on-dreamhost-web-hosting</guid>
		<description><![CDATA[This is the maximum savings you can get from Dreamhost! Along with $50 being the maximum amount you can save, we have setup some additional codes that you may select from to add additional features if you need them.  Click the promo code  beside the offer to activate:



Offer
Promo Code


$50 off + 1 domain [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2007/12/17/get-the-full-50-discount-on-dreamhost-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost Stops $97 Discount Promo Codes from 2007-12-11</title>
		<link>http://blog.rubypdf.com/2007/12/17/dreamhost-stops-97-discount-promo-codes-from-2007-12-11/</link>
		<comments>http://blog.rubypdf.com/2007/12/17/dreamhost-stops-97-discount-promo-codes-from-2007-12-11/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:36:43 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Affiliate]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Promo Code]]></category>

		<guid isPermaLink="false">/2007/12/17/dreamhost-stops-97-discount-promo-codes-from-2007-12-11</guid>
		<description><![CDATA[Dreamhost webhosting runs a very popular affiliate referral program called Dreamhost rewards where webmasters on Dreamhost web hosting could earn $97 per referral, or pass on the benefit to new subscribers by issuing promo codes for a maximum $97 discount. Dreamhost has now capped the discount ot a maximum of $50. Grab the $97 discount [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2007/12/17/dreamhost-stops-97-discount-promo-codes-from-2007-12-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
