Running both .NET and classic ASP locally using IIS7
问题 I have a windows 7 development machine, and my legacy application uses both ASP.NET and classic ASP. What can I configure IIS7 so I can run this application locally? Currently anytime I need to test ASP code changes, I have to push to a different server. 回答1: We do this at work. We found that you cannot share classic asp and .Net application pools. So make sure that your classic and .Net sites use different application pools. Configure a classic pool to have "No Managed Code" under .Net