display detailed error message on IIS 7.5
问题 I'm trying to display detailed error message on a page using web.config on my remote server on hostgator running IIS 7.5. I've tried almost everything but can't get it to work. <configuration> <system.webServer> <httpErrors errorMode="Detailed" existingResponse="PassThrough" /> </system.webServer> </configuration> When i preview the page i get this error. An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator