How do I set up IIS to debug classic ASP?
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 -- w...
hashnode.com1 min read
I clicked on the help button and this lead me to a browser page which explained how to create an ASP page. i.stack.imgur.com/rW3YT.png
docs.microsoft.com/en-us/previous-versions/window…)?redirectedfrom=MSDN
This link offers this help:
i.stack.imgur.com/W20HV.png
and this takes me to a new page
docs.microsoft.com/en-us/previous-versions/window…)
I have accomplished the prerequisite and step 1 on the list. So I go to step 2
It has been a long time since I have done anything like this. Basically, I assume I am turning my desktop computer into a web server. Am I right? If this is so, do I have to follow through with all the overhead and steps in buying a namespace? I hope not.
I have questions about step 4 : "If you want to select a different application pool than the one listed in the Application Pool box, click Select. In the Select Application Pool dialog box, select an application pool from the Application Pool list and then click OK." As I type out the site name, the field for "Application pool" repeats what I type for the site name. Since I am not creating a new application pool -- or I do not want to -- I click on select and choose the DefaultAppPool .
Since I am only wanting to write test code locally, I connect as an application user.
I did not put in an IP address.
It complained that I was using port 80. So I switched it to port 79 and clicked ok.
So now I think I have an asp website. What do you think?