Help Docs Control Panel Guides Cloud Sites Guide ASP.NET and IIS in Cloud Sites

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.

Cloud Sites makes hosting Windows-based applications simple. You can run robust ASP.NET and IIS websites without the complexity of managing a dedicated Windows server. This collection of guides helps you configure your environment, from setting up IIS URL rewrites and custom error messages to handling binary deployments. Whether you are launching a DotNetNuke site or optimizing your application code, these resources will help you get started.


ASP.NET and IIS
in Cloud Sites Articles

12 results

The following resources provide information on our Nexcess Managed Applications migration services as well as options for users who wish to perform the migration themselves.

  • 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 .NET framework. Learn about binary deployment with ASP.NET on Cloud Sites.

    Read more: ASP.NET Binary Deployment on Cloud Sites
  • 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 configured.

    Read more: Configure Custom Error Messages in ASP.NET in Cloud Sites
  • Define Mime Types on Cloud Sites (Windows)

    MIME types control the way a server attempts to complete requests from a web server. To load a file on your website, a MIME type extension must be defined. You can add a custom MIME type extension by adding code to your web.config file.

    Read more: Define Mime Types on Cloud Sites (Windows)
  • 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 module automatically for ASP.NET. This tutorial covers four common URL rewrites and redirects using ASP.NET.

    Read more: IIS URL Rewrite Module in Cloud Sites
  • Installing DotNetNuke in Cloud Sites

    Learn how to install DotNetNuke in Cloud Sites — DotNetNuke (DNN) is an open-source web content management system based on Microsoft.NET.

    Read more: Installing DotNetNuke in Cloud Sites
  • 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 or changes.

    Read more: Rebuild an ASP.NET Application on Cloud Sites
  • 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 article.

    Read more: Redirect Subdomains using ASP and ASP.NET in Cloud Sites
  • 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 page or forcing a secure connection (SSL).

    Read more: Redirecting URLs using Classic ASP in Cloud Sites
Was this article helpful?