Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I set up IIS to debug classic ASP?

Help Needed Setting up Classic ASP Debugging

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.

https://i.stack.imgur.com/xOwwt.png[^]

What I have tried:

I have set up IIS as directed and explained by Microsoft documentation.
I tried to search in IIS Manager for "ASP" but found nothing
Posted
Updated 16-Aug-21 22:18pm

1 solution

Looks like "classic ASP" has not been installed:
Classic ASP Not Installed by Default on IIS 7.0 and above | Microsoft Docs[^]

If it had, it would be the first entry under the "IIS" group.

NB: Unless you are maintaining an existing ancient application, you should avoid using "classic ASP"; use ASP.NET instead.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900