Possible Duplicate:
Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error
I have done the following (as suggested in other posts) and still get the 500 error:
- Set Send Errors To Brower = true in ASP properties in IIS
- Unchecked show friendly errors in browser
- Set Error Pages properties to show Detailed Error in IIS
ASP handler does seem to be mapped correctly.
The application pool has been set to Classic mode.
Any other ideas?