I've moved this question because it's probably more appropriator.
I have a classic ASP website which is crashing in IIS 7, it is crashing because IIS does not allow uploading files over a certain size. I know this because almost 200k files work fine right below I removed the status code 500 error in IIS, but I still do not get the name of a file and the line where I was doing locally while running.
Instead I can not display:
The page can not be displayed because an internal server error has occurred. If you are a system administrator, please click here to know more about this error Click.
How do I get the name and line of a file, where my code failed?
These are my IIS settings:
And the answer from the server is ...
IIS Login as an administrator on the server, open the IIS 7 Manager, open the Open within the Web site that you want to change the error message (this will be on the right with all the other marks, this is the first).
Scroll down and send errors to the browser on the right. Maybe for Iisreset, not sure.
Detailed error messages are given its name. Very useful during testing
Comments
Post a Comment