I am facing HTTP 500 error
with classic asp application hosted in IIS 7.5
server and Windows server 2008.
I have done the below steps.
- 32 Bit Enabled in App Pool
- Enable Parent Paths = true
- MSDTC Security settings updated
Still that is not working with the above changes. But on uninstalling and installing MSDTC
and doing a IISRESET
works fine.
Note: ASP page enabled with Transaction=required
and removing this also works fine.