I got 500 Error when viewing my Site ? Please help !!!

This normally happens because you turn on the Friendly Error on your IE. By default, IE always hide the script error on, and therefore you won't be able to see any script or ASP error in your site. 

To fixed this, just click on Tools-->InternetOptions-->Advanced and uncheck Show friendly HTTP Error.

After you uncheck this, you would be able to see the real error message rather than 500 Error Message.

  • 8 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

What ASP components do you have installed?

We have: ASPMail, ASPUpload, ASPimage, SA File-Up, Jmail, ASP Postit and ASPHttp, ASP TreeView,...

I get an error 'Server.CreateObject Failed' when I try to use CDONTs. What can I do?

CDONTs is no longer supported on Windows 2003 server.  Microsoft introduced CDO back several...

How do I send email from ASP using SMTP Authentication?

Please note that our mail server is configured with Authentication. Below is the code snippet...

How to connect to MSSQL from ASP Coding?

Before you can access your MS-SQL Server database from your ASP code , you need to connect to it...