Web.config file does not run

If your web.cofig file doesnt run (Even though the error keeps telling you to modify the web.config to show the errors) this is 99% of the time due to ASP.NET failing before it completes or even starts the web.config file. This means that you either have a serious error before the web.config file. It is also possible that you might be trying to run asp.net version 2 when your site is setup for asp.net version 1.1 or vise versa. You can check your version of asp.net in the control pane, check previous knowledgebase article for changing asp.net versions. If your application will not run you may need to get support to check this for you.
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Automatically switching between HTTP and HTTPS protocols without hard-coding absolute URLs

An article on automatically switching between HTTP and HTTPS protocols without hard-coding...

How to create a Virtual Directory

How to create a Virtual Directory (Application for Asp.net) If you need asp.net to...

How to use the session state server (Sessions issues)

If you are having problems loosing sessions please use the session state server. (ASP.NET only)...

Cross-Site Scripting in ASP.NET

Cross-Site Scripting in ASP.NET Cross-site scripting attacks exploit vulnerabilities in Web page...

How to change DOT NET Version (Site level)

Login to your control panel at http://control.apexhost.net.au Please note: Ensure you set your...