I have a client who is getting an Internal Server Error when they try to do something on their website. It is on an ASP page (not aspx). I have tried the exact same thing on my computer and several other’s in our office without getting the error.
I’ve added a web.config file to the root of the site with the following entries, but I am not getting a detailed error message.:
[code]<?xml version="1.0"?>
<system.web>
</system.web>
<system.webServer>
</system.webServer>
[/code]
What can I do to ensure that I see where their error is occurring so that I can actually start to debug the issue.
Parent paths were enabled on 2003 yes…as far as working on some and not others I am not sure, if you mean it works on your test server locally, and not remote, yes quite possibly it is a cause.
By working on some and not others, I mean I log into their website on your servers (not a test server) and I can complete the task. I’ve had one of our employees try it from their home and they can complete the task. But our client cannot complete the task from their office. Very strange and impossible for me to debug.
I think I will open a ticket enable parent paths and see if that helps.
and asked her to try again and it worked. I guess there was something in the web.config that was causing a problem. (Let’s hope that the other stuff in the web.config wasn’t for some other purpose.)
Yes if just asp pages, that is perfectly fine, I think the extra lines were probably making a duplicate entry in the config making it 500 error in the process.