Introduction:
To be able to view server configuration information and what is installed on an our IIS system using ASP Classic you will need to access an ASP Information file. An example of an ASP Information file is:
In this guide we will discuss the different Web Technologies available to you on The Rackspace Cloud Sites. We'll take a look at using Linux technologies as well as ASP/.NET. We'll also briefly learn how Cloud Sites can be...
In order to do this 2 pieces of information are required.
The data center location of the website ( ORD or DFW ) ( If website test link contains 'dfw' the site is assigned to DFW, otherwise it is ORD)
The web directory into which...
NOTE: This article is written for our Classic Cloud Control Panel. You can access this interface from the New Cloud Control Panel by clicking your username in the upper-right of the control panel and selecting "Classic Cloud...
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 /...
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 /...
By default some scripts will attempt to retrieve the IP address of a visitor using the REMOTE_ADDR HTTP header. Due to the nature of our environment your script may receive the IP of one of our load balancers, rather than the IP...
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/224364
You can also do directory listing via the web....
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/224364
You can also do directory listing via the web....
You can enable detailed error messages for your classic ASP site defaulted to Windows/IIS by using a web.config file with the following code. This is useful in diagnosing issues with a site but for security reasons should be...
The Rackspace Cloud provisions IIS sites in “Integrated Mode.” Running sites in Integrated Mode enhances application performance. However, if you encounter an issue with your ASP.NET site, please review the following potential...
NOTE: This article is written for our Classic Cloud Cloud Control Panel. You can access this interface from the New Cloud Control Panel by clicking your username in the upper-right of the control panel and selecting "Classic...
On the ASP.NET platform, it's not uncommon to use a third-party assembly to make features accessible from your code that you find useful, but that may not be available from the .NET framework. To do this, you deploy the module in...
You can enable custom error messages for your ASP .NET application defaulted to Windows/IIS by using a web.config file with a "customErrors" setting configured.
We have included example web.config files below. For more detailed...
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...
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...
HttpHandlers in Integrated Mode
If your website is running in integrated mode, you may have noticed your HttpHandlers no longer function even though they are set in your web.config.
In this guide we will discuss the different Web Technologies available to you on The Rackspace Cloud Sites. We'll take a look at using Linux technologies as well as ASP/.NET. We'll also briefly learn how Cloud Sites can be...
By default some scripts will attempt to retrieve the IP address of a visitor using the REMOTE_ADDR HTTP header. Due to the nature of our environment your script may receive the IP of one of our load balancers, rather than the IP...
We provide an ASP component installed on all the web servers that allows uploading files using classic asp. This component is called Persits AspUpload. If you want to upload files without giving public write, you can impersonate...
NOTE: This article is written for our Classic Cloud Control Panel. You can access this interface from the New Cloud Control Panel by clicking your username in the upper-right of the control panel and selecting "Classic Cloud...
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 /...
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/224364
You can also do directory listing via the web....
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...
By default some scripts will attempt to retrieve the IP address of a visitor using the REMOTE_ADDR HTTP header. Due to the nature of our environment your script may receive the IP of one of our load balancers, rather than the IP...