Reloading an ASP.NET Application

Due to the load balanced environment we host your site under, IIS isn't currently able to detect changes to your web.config or aspx files. Due to this, you'll need to manually reload your application when making changes.

To reload your application, log in to your Hosting Control Panel, select your domain and use the Rebuild Application link in the Website Featuressection to reload it.

  • 62 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Related Articles

Client IP from Request.ServerVariables("REMOTE_ADDR") is Always the Same

If your scripts use Request.ServerVariables("REMOTE_ADDR") to get the client's IP...

Determining if a Connection is Using SSL

Due to the way our hosting system handles SSL connections (dedicated SSL hardware), the...

Creating Virtual Directories for .Net Application Roots

By default, the root of your site is already configured as a .Net application root. If you need...

How do I add impersonation to my ASP.NET site?

Adding impersonation allows the web server process to run as your primary FTP user. This means...