How do I set up IIS to debug classic ASP?

Xarzu 1 Reputation point
2021-08-17T05:04:42.027+00:00

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 development Internet Information Services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sam of Simple Samples 5,546 Reputation points
    2021-08-17T05:51:32.467+00:00

    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.

    0 comments No comments

  2. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2021-08-18T02:34:56.217+00:00

    @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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.