We see that you are viewing the US version of our website from another country. If you would like to view a local version of our website, please click the link below...

Sales: 1-800-961-2888
Support: 1-800-961-4454
Login
  • MyRackspace Portal
  • Cloud Control Panel
  • Rackspace Webmail Login

Rackspace Cloud Sites First 48, 6-2 - Tips and Tricks for .htaccess and web.config

Cloud Sites | Article

In this article we're going to take a look at the .htaccess file and the web.config file. We will discuss what they are, what they are used for and look at some tips and tricks for using both of them on Cloud Sites. If you are using Linux as your primary technology the please continue reading below …

Server Technologies Supported on Cloud Sites

Cloud Sites | Article

  Cloud Sites currently supports the following versions of the software: TechnologyVersions SupportedLinuxPHP5.2.6 and 5.3.10Apache2.2MySQL5.0, 5.1WindowsASP.NET2.0, 3.5 SP1, and 4.0Windows Server2008 R2IISV 7.5MS SQL Server2008 Enterprise Edition …

Rackspace Cloud Sites First 48, 6-1 - Cloud Sites Technologies

| Article

By now, we've learned that Cloud Sites is and easy to use, load-and-go web hosting platform that uses the computing power of the cloud to keep your websites online. In this article, we're going to take a look at the different technologies behind this computing power running your website(s).&…

What Is An ASP.NET Application Pool?

Cloud Sites | Article

An application pool is a form of encapsulation to prevent the effects of bad code being executing from impacting other processes. Each application pool has its own worker process associated with it. By default, each site's /content directory is an application pool. In some situations, you may have i…

What are some sample Connection Strings from ASP and ASP.NET?

Cloud Sites | Article

These are sample connection strings for MSSQL Server 2005, MSSQL Server 2008, and MySQL from ASP or ASP.NET.Contents1 Important Note2 Microsoft SQL 2005 & 20082.1 SQL Native Client2.2 SQLNCLI2.3 SQLOLEDB3 MySQL3.1 ODBC// Important NoteThe following details will need to be replaced for each of th…

How Do I Enable Directory Listing In ASP/.NET?

Cloud Servers | Article

Directory listing can be added by using an asp page. Instructions to do this can be found on Microsoft's Support Site by following this link:http://support.microsoft.com/kb/224364You can also do directory listing via the web.config with the below code. You will specify the folder name based on the /…

How can I set custom 404s for ASP/.NET?

Cloud Servers | Article

Custom 404's can be set for ASP and .NET sites by adding the following code to the bottom of the web.config file before the final </configuration>. You will need both options to redirect all 404's. Classic ASP and Static Content<configuration> <system.webServer> <ht…

©2012 Rackspace, US Inc. About Rackspace | Fanatical Support® | Hosting Solutions | Investors | Careers | Privacy Statement | Website Terms | Sitemap