Dashboard Shop Ask a question
Log in
Knowledge base
Introduction User Interface description How to Register a new account Paying for a purchase Keep your free account active Create a website Manage website Upload website content How to deploy Web project from Visual Studio Add a domain to your web site Manage default docments Grant write, modify, delete access rights on website's folder Upgrading from free to paid hosting Host a Non-English website Deploy MS SQL database Create an empty MS SQL database Manage MS SQL database Run SQL script Backup database Restore database Attach database Get database files Connect to database Manage backup location List database tables MS SQL Database connection string Upgrading from free to paid MS SQL hosting Manage email Add mail domain. Add SMTP account Add Mailbox Add MX record Setup mail client Create a Virtual Dedicated Server (VDS) Manage virtual server Access virtual server remotely Access virtual server with ESXi vSphere Client Virtual server upgrade Virtual server DNS management Pointing a domain name to your Virtual Server Manage your SSL certificates Free SSL certificates Export SSL certificate Bind free SSL certificate to a website on Windows VPS Troubleshooting Web site errors General HTTP errors 500 Internal Server error for all ASP pages 404.17 Not Found. The requested content appears to be script and will not be served by the static file handler This page isn’t working (HTTP ERROR 500) in ASP.NET Core app ASP.Net Errors Library not found Scripts written with ASP.NET version 2.0 or higher return errors. I have uploaded files, but it showing “Site under construction” Session variables expire irregulary One of your services has been disabled because it used as a file storage MS SQL errors The media set has x media families but only 1 are provided Enterpise Manager connection hangs or has delayed response time Mail errors Unable to send email. Error: “No Server”. Unable to send email. Errors: (550) No relay, or (530) no authentication. MS Access errors Can not connect to MS Access database. Virtual servers Remote Desktop Connection ‘Internal Error has occurred’ What type of support provided for self-managed Virtual servers Free web hosting Why did my free MS SQL database got deleted and can I restore it? Why did my free website got deleted and can I restore it? Knowledge base Code samples MS Access Connect to MS access database usin DSN-less connection Email Sending email from ASP.Net page using local mail server Send an Email message using CDOSYS Send an Email message using CDOSYS and Google Apps mail servers Send Email via C# through Google Apps account Configuration Host a WCF service in IIS FAQs SSL FAQ Legal documents Terms of service Privacy policy Refund policy

500 Internal Server error for all ASP pages

If you're using IE5 and/or developing on Windows 2000, you might find it difficult to debug ASP errors in a browser. This is because IE5 has a ridiculous default option that suppresses errors to a more "friendly" error (which is a lot more cryptic than what they'd get otherwise). 
    
To circumvent this silliness and get real ASP errors, go to IE's 
Tools/Internet Options menu, and on the advanced tab, uncheck "Show friendly HTTP error messages." 
    
After you've disabled this default setting, refresh the page in question. 
There are three possible outcomes: (1) the page will magically work again; (2) the page will give you a more detailed error (e.g. Stack Overflow or Syntax Error), including a line number; or (3) you will get "Server Application Error" - which means that at some point IIS got confused about the current application.
© Copyright 2023 Doka management panel