<?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>RackWire.com Blog and Knowledge Base Articles &#187; Windows Web Hosting</title>
	<atom:link href="http://blog.rackwire.com/category/kb/rochesterwebhosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rackwire.com</link>
	<description></description>
	<lastBuildDate>Mon, 24 Oct 2011 18:20:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Which sites run in that Application Pool (IIS6 / IIS7)?</title>
		<link>http://blog.rackwire.com/2011/01/which-sites-run-in-that-application-pool-iis6-iis7/</link>
		<comments>http://blog.rackwire.com/2011/01/which-sites-run-in-that-application-pool-iis6-iis7/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 16:31:58 +0000</pubDate>
		<dc:creator>Joe R</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=1218</guid>
		<description><![CDATA[As a hosting company we&#8217;re frequently having to deal with code run amok from our customers, and the tell tale sign is usually a process consuming a large amount of memory or CPU cycles.   If you&#8217;re running a VPS in our clour or possibly a dedicated server and are hosting multiple sites, you might need to do [...]]]></description>
			<content:encoded><![CDATA[<p>As a hosting company we&#8217;re frequently having to deal with code run amok from our customers, and the tell tale sign is usually a process consuming a large amount of memory or CPU cycles.   If you&#8217;re running a VPS in our clour or possibly a dedicated server and are hosting multiple sites, you might need to do this yourself from time to time.  Once you find the given process running under w3wp.exe the toughest thing to figure out is which application pool in IIS is causing the issue so you can find which site(s) are at fault.  Luckily there are some easy to use tools to hunt that down.  Here&#8217;s how you do that:</p>
<p>First, find the offending process in the Task Manager, and make sure you can view the process ID.  If not showing, go to View in the top menu and select columns and check PID.  From there, the process varies from IIS6 to IIS7.</p>
<p><strong>For IIS6:<br />
</strong>  &#8211; Open a command prompt<br />
  &#8211; Run C:\Windows\system32\cscript iisapp.vbs<br />
  &#8211; The result will look like the following allowing you to match up the Application Pool Names you have setup in IIS to the Process ID from Task Manager:</p>
<p style="padding-left: 30px;">Microsoft (R) Windows Script Host Version 5.6<br />
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.</p>
<p style="padding-left: 30px;">W3WP.exe PID: 3216   AppPoolId: rackwire1.com<br />
W3WP.exe PID: 5012   AppPoolId: rackwire2.com<br />
W3WP.exe PID: 5196   AppPoolId: rackwire3.com<br />
W3WP.exe PID: 4224   AppPoolId: rackwire4.com<br />
W3WP.exe PID: 5856   AppPoolId: rackwire5.com</p>
<p><strong>For IIS7:</strong><br />
  - Open a command prompt (Since this is likely a Windows 2008 server, make sure to run as Administrator or you won&#8217;t have the needed privileges)<br />
  &#8211; This time you run C:\Windows\system32\inetsrv\appcmd list wp<br />
  &#8211; The result will look similar to the above from IIS6, with the same info, but slightly different format:</p>
<p style="padding-left: 30px;">WP &#8220;5128&#8243; (applicationPool:rackwire1.com)<br />
WP &#8220;4548&#8243; (applicationPool:rackwire2.com)<br />
WP &#8220;6648&#8243; (applicationPool:rackwire3.com)<br />
WP &#8220;2408&#8243; (applicationPool:rackwire4.com)</p>
<p>So that&#8217;s it, pretty simple overall.  Now you will know which app pool is causing you headaches.  The next steps are to track down in IIS which sites are running in that app pool to determine which might be at fault.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2011%2F01%2Fwhich-sites-run-in-that-application-pool-iis6-iis7%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2011%2F01%2Fwhich-sites-run-in-that-application-pool-iis6-iis7%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2011/01/which-sites-run-in-that-application-pool-iis6-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not load file or assembly &#8216;Microsoft.ReportViewer.WebForms, Version=10.0.0.0&#8230;&#8230;</title>
		<link>http://blog.rackwire.com/2010/09/could-not-load-file-or-assembly-microsoft-reportviewer-webforms-version10-0-0-0/</link>
		<comments>http://blog.rackwire.com/2010/09/could-not-load-file-or-assembly-microsoft-reportviewer-webforms-version10-0-0-0/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 18:17:04 +0000</pubDate>
		<dc:creator>Joe R</dc:creator>
				<category><![CDATA[RackWire News]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[Could not load file or assembly]]></category>
		<category><![CDATA[Microsoft ReportViewer controls]]></category>
		<category><![CDATA[ReportViewer control Error]]></category>
		<category><![CDATA[ReportViewer control Fix]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=1166</guid>
		<description><![CDATA[Have you seen this error before on your website?  With the growing use of .Net 4.0 and Visual Studio 2010, many developers are using the built in ReportViewer control to create great looking AJAX based reports in their sites.  The only problem is when you then deploy applications with these controls to your web hosting company, you may get the error above. ]]></description>
			<content:encoded><![CDATA[<p>Have you seen this error before on your website?  With the growing use of .Net 4.0 and Visual Studio 2010, many developers are using the built in <a href="http://msdn.microsoft.com/en-us/library/ms251671.aspx" target="_blank">ReportViewer control</a> to create great looking AJAX based reports in their sites.  The only problem is when you then deploy applications with these controls to your web hosting company, you may get the error above.  The issue comes from the fact that the dll&#8217;s needed to support this control do not get set to have local copies in your project files and may not be present on the server.  Luckily there is an easy fix if you host your own server or have a web hosting company who will install the ReportViewer controls on their server.  The <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A941C6B2-64DD-4D03-9CA7-4017A0D164FD" target="_blank">Microsoft Report Viewer 2010 Redistributable Package</a> can be downloaded and installed on the web server and will immediately fix the error you would have seen before.  Here at Rackwire we&#8217;ve installed this package on our shared web servers so you can create great looking reports, error free.  Happy coding!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F09%2Fcould-not-load-file-or-assembly-microsoft-reportviewer-webforms-version10-0-0-0%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F09%2Fcould-not-load-file-or-assembly-microsoft-reportviewer-webforms-version10-0-0-0%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2010/09/could-not-load-file-or-assembly-microsoft-reportviewer-webforms-version10-0-0-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rackwire Supports .Net 4.0</title>
		<link>http://blog.rackwire.com/2010/09/rackwire-supports-net-4-0/</link>
		<comments>http://blog.rackwire.com/2010/09/rackwire-supports-net-4-0/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 18:03:15 +0000</pubDate>
		<dc:creator>Joe R</dc:creator>
				<category><![CDATA[RackWire News]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[.net 4.0 Control Panel]]></category>
		<category><![CDATA[.net 4.0 hosting]]></category>
		<category><![CDATA[.net 4.0 IIS]]></category>
		<category><![CDATA[asp 4.0 hosting]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=1161</guid>
		<description><![CDATA[We are pleased to announce support for .Net 4.0 on Rackwire's Windows Hosting plans.  We have updated all of our shared web hosting servers to support .Net 4.0 and you can select between which version of .Net you would like to run for each website you host under your account. ]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce support for .Net 4.0 on Rackwire&#8217;s Windows Hosting plans.  We have updated all of our shared web hosting servers to support .Net 4.0 and you can select between which version of .Net you would like to run for each website you host under your account.  Full support for .Net 1.0 through 4.0.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1171" style="border: black 1px solid;" title="DotNet40HostingControlPanel" src="http://blog.rackwire.com/wp-content/uploads/DotNet40HostingControlPanel.jpg" alt="" width="394" height="284" /></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F09%2Frackwire-supports-net-4-0%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F09%2Frackwire-supports-net-4-0%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2010/09/rackwire-supports-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Hosting Control Panel</title>
		<link>http://blog.rackwire.com/2010/08/windows-hosting-control-panel-websitepanel/</link>
		<comments>http://blog.rackwire.com/2010/08/windows-hosting-control-panel-websitepanel/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 13:58:58 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[.net Control Panel]]></category>
		<category><![CDATA[.net hosting]]></category>
		<category><![CDATA[e-mail control panel]]></category>
		<category><![CDATA[Web Hosting Control Panel]]></category>
		<category><![CDATA[Website Panel]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=1107</guid>
		<description><![CDATA[Our Windows Shared Web Hosting comes with a full control panel where you can do some of the following actions. Our Industry leading Control panel allows you to take full control ovver your web applicaiton and manage it yourself!  ]]></description>
			<content:encoded><![CDATA[<p>Our Windows <a href="https://www.rackwire.com/shared/" target="_self"><strong>Shared Web Hosting</strong></a> comes with a full control panel where you can do some of the following actions:</p>
<ul>
<li>Manage Domain/DNS</li>
<li>Setup Websites/Directories</li>
<li>Create FTP Accounts</li>
<li>Manage Files</li>
<li>Create Databases</li>
<li>Create Mail Domains and Accounts</li>
<li>Schedule Tasks, suck as backups</li>
<li>Install Microsoft and .Net Apps</li>
</ul>
<p>Our Industry leading Control panel allows you to take full control ovver your web applicaiton and manage it yourself!  Here is an overview screenshot of a sample account using our .net Web Hosting Control Panel.</p>
<p style="text-align: center;"><a href="https://www.rackwire.com/shared/"><img class="aligncenter" title="Windows Website Control Panel RackWire" src="http://blog.rackwire.com/wp-content/uploads/WindowsWebsiteControlPanelRackWire.jpg" alt="" width="614" height="454" /></a></p>
<p>There is also an e-mail interface where you can add and create e-mail accounts:</p>
<p style="text-align: center;"><a href="http://www.rackwire.com/shared/"><img class="aligncenter size-full wp-image-1109" title="eMailHostingControlPanelRackWire" src="http://blog.rackwire.com/wp-content/uploads/eMailHostingControlPanelRackWire.jpg" alt="" width="693" height="670" /></a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F08%2Fwindows-hosting-control-panel-websitepanel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F08%2Fwindows-hosting-control-panel-websitepanel%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2010/08/windows-hosting-control-panel-websitepanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link up Logins to Users in SQL Server</title>
		<link>http://blog.rackwire.com/2010/07/link-up-logins-to-users-in-sql-server/</link>
		<comments>http://blog.rackwire.com/2010/07/link-up-logins-to-users-in-sql-server/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:06:40 +0000</pubDate>
		<dc:creator>Joe R</dc:creator>
				<category><![CDATA[Windows Hyper-V VPS]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[Link SQL Users]]></category>
		<category><![CDATA[SP_CHANGE_USERS_LOGIN]]></category>
		<category><![CDATA[SQL Server Enterprise Manager]]></category>
		<category><![CDATA[SQL Server Login Link]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=1085</guid>
		<description><![CDATA[Here at Rackwire we are moving around SQL Server databases all the time.  Whether it's upgrades, new customers migrating to us, or setting up load balanced environments, we are often moving databases from one server to another doing a Backup-Restore.  While this is fairly simple to do, one issue we often run into is having a User in a restored database that is not linked to the appropriate Login at the server level. ]]></description>
			<content:encoded><![CDATA[<p>Here at Rackwire we are moving around SQL Server databases all the time.  Whether it&#8217;s upgrades, new customers migrating to us, or setting up load balanced environments, we are often moving databases from one server to another doing a Backup-Restore.  While this is fairly simple to do, one issue we often run into is having a User in a restored database that is not linked to the appropriate Login at the server level.  As you may be aware, once a User gets created you cannot use the SQL Server Enterprise Manager tools to edit the Login it is linked to. </p>
<p style="text-align: center;"><a href="http://blog.rackwire.com/wp-content/uploads/UserAdmin.jpg"><img class="size-full wp-image-1086  aligncenter" title="UserAdmin" src="http://blog.rackwire.com/wp-content/uploads/UserAdmin.jpg" alt="" width="697" height="269" /></a></p>
<p>One way around that is to simply delete the User and recreate it.  While that often works, many times the user will own objects, like tables, in the database and you cannot simply delete it.  Luckily, there is a create Stored Procedure built into SQL Server that allows you to fix this problem without having to delete the User, it is SP_CHANGE_USERS_LOGIN.  I find myself frequently using this stored procedure as it saves me a great deal of time.  The usage of this is as follows:</p>
<p style="padding-left: 30px;">Exec SP_CHANGE_USERS_LOGIN &#8216;Update_One&#8217;,'&lt;Username&gt;&#8217;,'&lt;Login name&gt;&#8217;;</p>
<p>It&#8217;s as simple as that.  A quick and easy way to work around an annoying problem and save yourself some time.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F07%2Flink-up-logins-to-users-in-sql-server%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F07%2Flink-up-logins-to-users-in-sql-server%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2010/07/link-up-logins-to-users-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a New User in Windows Server 2008</title>
		<link>http://blog.rackwire.com/2010/07/adding-a-new-user-in-windows-server-2008/</link>
		<comments>http://blog.rackwire.com/2010/07/adding-a-new-user-in-windows-server-2008/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:27:14 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Windows Hyper-V VPS]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[Adding Terminal Server User]]></category>
		<category><![CDATA[Create Windows User]]></category>
		<category><![CDATA[Manage Server 2008 User]]></category>
		<category><![CDATA[Server 2008 Admin]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=1066</guid>
		<description><![CDATA[If you would like to give another user Remote Desktop access to your Windows Server 2008 VPS or Dedicated server, you will need to create a local user.  Here is how you would do this: Login to your server with the Administrator account. Open up the &#8220;Server Management&#8221; tool by right clicking on &#8220;Computer&#8221;  and [...]]]></description>
			<content:encoded><![CDATA[<p>If you would like to give another user Remote Desktop access to your Windows Server 2008 VPS or Dedicated server, you will need to create a local user.  Here is how you would do this:</p>
<ul>
<li>Login to your server with the Administrator account.</li>
<li>Open up the &#8220;Server Management&#8221; tool by right clicking on &#8220;Computer&#8221;  and then clicking on &#8220;Manage&#8221;.</li>
<li>Expand the &#8220;Configuration&#8221; tab and then expand the &#8220;Local Users and Groups&#8221; tab.</li>
<li>Right click on &#8220;Users&#8221; and click &#8220;New User&#8230;&#8221;</li>
<li>Enter the user name that you would like to create in the &#8220;User name:&#8221; field.</li>
<li>Make sure that you uncheck &#8220;User must change password at next logon&#8221; and make sure that you check both &#8220;User cannot change password&#8221; and &#8220;Password never expires&#8221;.</li>
<li>Once you click create, this user will be added.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1070" title="Server 2008 User" src="http://blog.rackwire.com/wp-content/uploads/Server2008User.jpg" alt="" width="559" height="507" /></p>
<p>If you need anymore help, do not hesitate to contact our support department.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F07%2Fadding-a-new-user-in-windows-server-2008%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F07%2Fadding-a-new-user-in-windows-server-2008%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2010/07/adding-a-new-user-in-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barracuda or Postini SPAM filtering</title>
		<link>http://blog.rackwire.com/2010/07/barracuda-or-postini-spam-filtering-hosting/</link>
		<comments>http://blog.rackwire.com/2010/07/barracuda-or-postini-spam-filtering-hosting/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 19:34:21 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[Barracuda SPAM]]></category>
		<category><![CDATA[Barracuda vs Postini]]></category>
		<category><![CDATA[Postini SPAM]]></category>
		<category><![CDATA[RackWire SPAM]]></category>
		<category><![CDATA[SPAM filtering]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=1014</guid>
		<description><![CDATA[The Barracuda Spam &#038; Virus Firewall is an integrated hardware and software solution designed to protect your email server from spam, virus, spoofing, phishing and spyware attacks. It leverages 12 comprehensive defense layers to provide industry-leading defense capabilities for any email server.  Barracuda Spam Filtering is at a per domain pricing of $5/mo per domain and does not give a web login to each user.]]></description>
			<content:encoded><![CDATA[<p><strong>I HATE SPAM.</strong>  I am getting tons of it, even on my new domain name I have only had running for half a year.  So I started researching, how did I get on a spamers list?  Here are a few ways that your e-mail address/domain can get found:</p>
<ul>
<li>Putting the address on a webpage, in an HTML mailto: link.</li>
<li>Posting to Craigslist, replying to a question and/or reponding to a fake ad.</li>
<li>Putting an addess on a Yahoo Group</li>
<li>Posting a comment on a public website</li>
<li>Opting out of an illicit opt-out list</li>
<li>Posting to a newsgroup</li>
<li>posting on a mailing list</li>
<li>An account that was only publicised in the Hotmail directory and Internet White pages</li>
<li>Signing up for a non-reputable website, mailing list&#8230;..goforcheapvacations.com, etc</li>
</ul>
<p>So the question is not how do I make sure my address never gets SPAMMED, the questions is how do I block and protect my address once it does get SPAMMED.  RackWire.com has two best of breed offerings it pairs with it’s web hosting and e-mail hosting packages:</p>
<p><img class="alignright size-full wp-image-1019" title="Postini SPAM" src="http://blog.rackwire.com/wp-content/uploads/Postini-rackwire1.jpg" alt="" width="198" height="74" /><strong><a title="Postini SPAM Protection" href="https://www.rackwire.com/billing/cart.php?gid=9" target="_self">Postini Anti Spam</a></strong> is an industry leader in message management: filtering unsolicited junk mail and halting possible threats, while providing easy-to-use management controls and archiving. Postini is the most comprehensive, most flexible, and most trusted anti-spam and anti-virus management solution on the market today.  Postini is priced at a per account basis, at $1/mo per mailbox, but gives each user a Postini Login.</p>
<p><img class="size-full wp-image-1016 alignright" title="barracuda spam filter" src="http://blog.rackwire.com/wp-content/uploads/barracuda-spam-fileter-rackwire.gif" alt="" width="200" height="100" />The <a title="Barracuda SPAM Protection" href="https://www.rackwire.com/billing/cart.php?gid=9" target="_self"><strong>Barracuda Spam &amp; Virus Firewall</strong></a> is an integrated hardware and software solution designed to protect your email server from spam, virus, spoofing, phishing and spyware attacks. It leverages 12 comprehensive defense layers to provide industry-leading defense capabilities for any email server.  Barracuda Spam Filtering is at a per domain pricing of $5/mo per domain and does not give a web login to each user.</p>
<p><a href="https://www.rackwire.com/billing/cart.php?gid=9"></a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F07%2Fbarracuda-or-postini-spam-filtering-hosting%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2010%2F07%2Fbarracuda-or-postini-spam-filtering-hosting%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2010/07/barracuda-or-postini-spam-filtering-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Application Installers are Included with Linux Hosting?</title>
		<link>http://blog.rackwire.com/2009/12/application-installers-included-in-cpanel-fantastico-linux-hosting/</link>
		<comments>http://blog.rackwire.com/2009/12/application-installers-included-in-cpanel-fantastico-linux-hosting/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 00:48:52 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[RackWire News]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Fantastico De Luxe]]></category>
		<category><![CDATA[Linux Hosting]]></category>
		<category><![CDATA[Software Installer]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=511</guid>
		<description><![CDATA[Take the Guess-work out of installing Web Based Software with RackWire's Cost Effective Linux Hosting.  RackWire's Linux Website Hosting Features cPanel User Control Panel and Fantastico De Luxe Software Installer.  Using Fantastico you can Automatically insall any of the listed application in your Shared Hosting Plan.  Installing the Script will use your included Hosting Plan and MySQL Database to give you instant Web Application Setup. ]]></description>
			<content:encoded><![CDATA[<p>Take the Guess-work out of installing Web Based Software with <a href="http://www.rackwire.com/shared/shared_details.html" target="_self">RackWire&#8217;s Cost Effective Linux Hosting</a>.  RackWire&#8217;s Linux Website Hosting Features cPanel User Control Panel and Fantastico De Luxe Software Installer.  Using Fantastico you can Automatically insall any of the listed application in your Shared Hosting Plan.  Installing the Script will use your included Hosting Plan and MySQL Database to give you instant Web Application Setup. </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-512" title="RackWire_Fantastico_Installers_Hosting" src="http://blog.rackwire.com/wp-content/uploads/RackWire_Fantastico_Installers_Hosting.gif" alt="RackWire_Fantastico_Installers_Hosting" width="607" height="552" /></p>
<p><strong>Blog Software:<br />
</strong>b2evolution<br />
Nucleus<br />
WordPress<br />
 <br />
<strong>Classified Software:</strong><br />
Noahs Classifieds<br />
 <br />
<strong>Content Management Software:</strong><br />
Drupal<br />
Geeklog<br />
Joomla 1.5<br />
Joomla<br />
Mambo<br />
PHP-Nuke<br />
phpWCMS<br />
phpWebSite<br />
Siteframe<br />
TYPO3<br />
Xoops<br />
Zikula<br />
 <br />
<strong>Customer Relationship (CRM) Software:</strong><br />
Crafty Syntax Live Help<br />
Help Center Live<br />
osTicket<br />
PerlDesk<br />
PHP Support Tickets<br />
Support Logic Helpdesk<br />
Support Services Manager<br />
 <br />
<strong>Discussion Boards</strong><br />
phpBB<br />
SMF<br />
 <br />
<strong>E-Commerce Site Software:</strong><br />
CubeCart<br />
OS Commerce<br />
Zen Cart<br />
 <br />
<strong>F.A.Q. Tools:</strong><br />
FAQMasterFlex<br />
 <br />
<strong>Hosting Billing Software:<br />
</strong>AccountLab Plus<br />
phpCOIN<br />
 <br />
<strong>Image Gallery Software:</strong><br />
4Images Gallery<br />
Coppermine Photo Gallery<br />
Gallery<br />
 <br />
<strong>Mailing Lists:</strong><br />
PHPlist<br />
 <br />
<strong>Polls and Survey Tools:</strong><br />
Advanced Poll<br />
LimeSurvey<br />
phpESP<br />
 <br />
<strong>Project Management Software:<br />
</strong>dotProject<br />
PHProjekt<br />
 <br />
<strong>Web Site Builders:</strong><br />
Soholaunch Pro Edition<br />
Templates Express<br />
 <br />
<strong>Wiki Software:</strong><br />
TikiWiki CMS/Groupware<br />
PhpWiki<br />
 <br />
<strong>Other Script Tools:</strong><br />
Dew-NewPHPLinks<br />
Moodle (eLearning)<br />
Open-Realty<br />
OpenX<br />
PHPauction<br />
phpFormGenerator<br />
WebCalendar</p>
<p><a href="http://www.rackwire.com/shared/shared_details.html" target="_self"><strong>Sign Up for Linux Hosting Today</strong></a> and get your Site up and Running Fast!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2009%2F12%2Fapplication-installers-included-in-cpanel-fantastico-linux-hosting%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2009%2F12%2Fapplication-installers-included-in-cpanel-fantastico-linux-hosting%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2009/12/application-installers-included-in-cpanel-fantastico-linux-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SiteBuilder Image Gallery How To Guide</title>
		<link>http://blog.rackwire.com/2009/10/gallery-walkthrough/</link>
		<comments>http://blog.rackwire.com/2009/10/gallery-walkthrough/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 14:00:00 +0000</pubDate>
		<dc:creator>Alex Kibler</dc:creator>
				<category><![CDATA[Windows Web Hosting]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=202</guid>
		<description><![CDATA[Here&#8217;s a brief tutorial about how to upload images for the Rackwire site builder.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a brief tutorial about how to upload images for the Rackwire site builder.</p>
<p>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step1/' title='step1'><img width="150" height="150" src="http://blog.rackwire.com/wp-content/uploads/step1-150x150.jpg" class="attachment-thumbnail" alt="Click Gallery" title="step1" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step2/' title='step2'><img width="150" height="150" src="http://blog.rackwire.com/wp-content/uploads/step2-150x150.jpg" class="attachment-thumbnail" alt="Click image upload" title="step2" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step3/' title='step3'><img width="150" height="150" src="http://blog.rackwire.com/wp-content/uploads/step3-150x150.jpg" class="attachment-thumbnail" alt="Give it a name." title="step3" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step4/' title='step4'><img width="150" height="132" src="http://blog.rackwire.com/wp-content/uploads/step4-150x132.jpg" class="attachment-thumbnail" alt="Click Browse…" title="step4" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step5/' title='step5'><img width="150" height="150" src="http://blog.rackwire.com/wp-content/uploads/step5-150x150.jpg" class="attachment-thumbnail" alt="Select your image from your computer by double clicking it (note, you may need to expand the directory in order to find you picture. In my case, the image I want is stored in the “My Pictures” folder.)" title="step5" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step6/' title='step6'><img width="150" height="122" src="http://blog.rackwire.com/wp-content/uploads/step6-150x122.jpg" class="attachment-thumbnail" alt="Press Upload" title="step6" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step7/' title='step7'><img width="150" height="137" src="http://blog.rackwire.com/wp-content/uploads/step7-150x137.jpg" class="attachment-thumbnail" alt="Press OK" title="step7" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step8/' title='step8'><img width="150" height="150" src="http://blog.rackwire.com/wp-content/uploads/step8-150x150.jpg" class="attachment-thumbnail" alt="Your image has been uploaded and is now in your gallery! You can go see what it’s going to really look like now." title="step8" /></a>
<a href='http://blog.rackwire.com/2009/10/gallery-walkthrough/step9/' title='step9'><img width="150" height="150" src="http://blog.rackwire.com/wp-content/uploads/step9-150x150.jpg" class="attachment-thumbnail" alt="(Note that I got to this page after several clicks. This “step” is just to show you what should appear on your website when you publish.)" title="step9" /></a>

<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2009%2F10%2Fgallery-walkthrough%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2009%2F10%2Fgallery-walkthrough%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2009/10/gallery-walkthrough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SiteBuilder Access &amp; Publishing FAQ</title>
		<link>http://blog.rackwire.com/2009/09/sitebuilder-access-publishing-faq/</link>
		<comments>http://blog.rackwire.com/2009/09/sitebuilder-access-publishing-faq/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:56:38 +0000</pubDate>
		<dc:creator>Emily</dc:creator>
				<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Builder]]></category>

		<guid isPermaLink="false">http://blog.rackwire.com/?p=5</guid>
		<description><![CDATA[Working with the RackWire.com Web Based SiteBuilder is simple and easy to do.]]></description>
			<content:encoded><![CDATA[<p>To access the Windows Hosting RackWire SiteBuilder go to:</p>
<p><a href="http://sitebuilder.rackwire.com/Login.aspx" target="_blank">http://sitebuilder.rackwire.com/Login.aspx</a><a href="http://sitebuilder.rackwire.com/" target="_blank"></a></p>
<p>1.  Log into the SiteBuilder and follow the wizard to build your custom site.  Your Login User and Password is the same one that was created for your control panel account access and e-mailed to you.</p>
<p style="text-align: center;"><a href="http://sitebuilder.rackwire.com" target="_blank"><img class="aligncenter" title="SiteBuilder" src="http://www.rackwire.com/images/tutorials/SiteBuilderLogin.jpg" alt="" width="595" height="286" /></a></p>
<p>2.  Follow the Wizard to choose a desired Website Template and build your custom site.</p>
<p>3.  Publish your Website to your hosting FTP Account with the following settings.  You will need to know your FTP Username and Password which is the same as the control panel account.</p>
<ul>
<li><strong>Web Site URL:</strong> your domain name at RackWire you would like to update.</li>
<li><strong>Login:</strong> your FTP User Name (Same as your control panel login)</li>
<li><strong>Password:</strong> your FTP Password (Same as your control panel password)</li>
<li><strong>Working Directory:</strong> This is the directory path to your WWW folder.  You can get this by logging in via FTP, usually in the format: /username/yourdomain.com/wwwroot</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" title="Publish Step" src="http://www.rackwire.com/images/tutorials/SitebuilderPublish.JPG" alt="" width="651" height="418" /></p>
<p>Don&#8217;t have an account?  Try our SiteBuilder for FREE today!  <a title="FREE Website Builder" href="http://sitebuilder.rackwire.com" target="_blank">Get Started</a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.rackwire.com%2F2009%2F09%2Fsitebuilder-access-publishing-faq%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.rackwire.com%2F2009%2F09%2Fsitebuilder-access-publishing-faq%2F&amp;source=RackWire&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rackwire.com/2009/09/sitebuilder-access-publishing-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

