Hi Qingpei Dai,
Let's walk through a few things to help you get more detailed error messages and troubleshoot the issue.
1. Double-check ASP Error Settings in IIS
Make sure these settings are correctly applied:
- Open IIS Manager.
- Navigate to your site or application.
- Double-click
ASPunder the IIS section. - Expand
Debugging Properties:- Set
Send Errors To BrowsertoTrue. - Set
Script Error Messageto something like"Detailed ASP error message"(optional).
- Set
- Click
Applyon the right-hand side.
2. Enable Detailed Errors in IIS
Sometimes IIS is configured to hide detailed errors from remote clients. To fix this:
- Go to
IIS Manager. - Select your site.
- Open
Error Pages> clickEdit Feature Settingson the right. - Choose
Detailed Errors.
Reference: IIS Error Pages configuration
3. Windows 11 Home Limitation
Since you're using Windows 11 Home Edition, please note that IIS features are limited on Home editions. Some advanced features (like Classic ASP or detailed error handling) may not behave as expected or may require manual enabling via Windows Features.
To check:
- Go to
Control Panel > Programs > Turn Windows features on or off - Ensure
Internet Information Services > World Wide Web Services > Application Development Features > ASPis checked.
Let me know how it goes, and I’ll be here to help further if needed