Articles in this category
ASP.NET and IIS in Cloud Sites
Manage Windows hosting on Cloud Sites. Learn to configure ASP.NET apps, use IIS URL rewrites, and deploy code without managing a server.
ASP.NET Binary Deployment on Cloud Sites
This article describes how to bin-deploy an assembly. It's common to use a third-party assembly to add features that aren't found within the…
Configure Custom Error Messages in ASP.NET in Cloud Sites
You can enable custom error messages for your ASP.NET application on Windows IIS by using a web.config file with a customErrors setting conf…
IIS URL Rewrite Module in Cloud Sites
The URL Rewrite Module for sites using Windows allows defining URL rewrite rules in the web.config file. Cloud Sites on IIS 8.5 enable this&…
Rebuild an ASP.NET Application on Cloud Sites
If you are developer of ASP.NET applications on Cloud Sites, you may need to rebuild your code in order to see your new work…
Redirect Subdomains using ASP and ASP.NET in Cloud Sites
You can redirect a subdomain to a subdirectory by using ASP or ASP.NET code. Find examples of how to redirect your subdomains in this&hellip…
Redirecting URLs using Classic ASP in Cloud Sites
This article provides sample code for redirecting URLs in Cloud Sites using Classic ASP. This can be used for redirecting to a different pag…
Using Impersonation for ASP and ASP.NET in Cloud Sites
There are times when you might need the web server user to have the same permissions as you. This is called impersonation. The web…