Reputation: 45771
If I have .Net 3.5 + VSTS 2008 + IIS 7.0 on my machine, could I develop and debug some classic ASP code (in VB Script).
If I can, any reference guide to setup development environment for both IIS 7.0 and VSTS 2008?
Upvotes: 1
Views: 106
Reputation: 12488
I found this article/list of tips about ASP in IIS7, for developing ASP in VS2008, you don't need to do anything special, though I'd recommend first creating the site in IIS, then using File/Open site instead of using a regular project.
Upvotes: 1