See Classic ASP Not Installed by Default on IIS 7.0 and above. Did you install it? I do not see it in the IIS section in your screen shot. Enable Explicit Error Reporting in IIS 7 | i-Net Integration Systems, LLC shows ASP in a IIS section.
How do I set up IIS to debug classic ASP?
According to what I have seen on social media, in order for me to set up my computer for writing and debugging Classic ASP, I need to set up IIS a certain way -- which I did -- and then I have to enable ASP by doing the following:
IIS7 - IIS > ASP > Compilation > Debugging Properties > Enable Server-side Debugging
And I am stuck on this. Please, someone give me an idea of what I need to click on.
Windows development Internet Information Services
2 answers
Sort by: Most helpful
-
-
Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
2021-08-18T02:34:56.217+00:00 Please make sure you have enabled ASP content in iis.
- Click Start and click Control Panel.
- Click Programs.
- Click Programs and Features.
- Click Turn Windows features on or off.
- Expand the Internet Information Services item.
- Expand the World Wide Web Services item.
- Expand the Application Development Features item.
- Select the ASP option.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.