Yesterday I received a new ASP application, I installed IIS to try to use, as usual just started a project, the error. Very common http500, OK, next is the time to solve the problem.
The program output an error on the browser, but it doesn't have much value. Because the program is not problematic, it can be run on someone else's computer. So basically, the problem should be in the context of the configuration, from here to start. Baidu is a good thing, the ASP http500 These key words thrown up a lot of answers, and then try some no fruit, to find a debugging, is to let the browser output your more detailed error message. It isInternet Properties->Advanced->Display friendly HTTP error messages, remove the front tick. At this point it says "An error occurred on the server when processing the URL." Please contact the system administrator ", and then throw this message on Baidu, find a way to try, click IIS in theASP SettingsExpandDebugging Properties"Options,"send an error to the browser"This default isFalse, insteadTrue, then point to the right of theapplication . Try again and find that the error has changed to " ADODB. Connection error ' 800a0e7a ', provider not found. The program may not be installed correctly ", well, then Baidu, came to a lot of solutions, see later I understand, the original problem here: My operating system is WIN8 64 bit, and the other side of the system may be 32 bit, so according to the online tutorial, findIIS application Pool->Set Application pool default Properties->General->enable 32-bit Applications", set toTrue. Problem solved perfectly.
But in the end I would like to say, I said the process does not include all of the changes I have made, during the modification of the root directory read and write permissions (I think this change has no real effect, because I am adiministrator) and enable ASP in the parent path what, these are easy to find on Baidu, I'm just following a few steps that I think have contributed a great deal to solving this problem. The key is specific analysis of specific issues.
Questions about IIS and the ASP at new time