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?
Finally sorted this out with the help of my sys admin!
The classic asp application was in a sub-folder. To get it working, the classic asp application’s app pool had to be given access to the main folder and not just the sub-folder as it was using assets from the main folder.
Thanks heaps to all those who tried to help. Much appreciated.