question

Xarzu avatar image
0 Votes"
Xarzu asked SamWu-MSFT edited

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.
123803-iis.png


windows-server-iis
iis.png (104.4 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SimpleSamples avatar image
0 Votes"
SimpleSamples answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SamWu-MSFT avatar image
0 Votes"
SamWu-MSFT answered SamWu-MSFT edited

@Xarzu

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.

124050-capture.png123980-2.png
124136-1.png



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.



capture.png (15.2 KiB)
2.png (38.6 KiB)
1.png (25.1 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.