How do I process .asp extensions using the .Net handler?

后端 未结 4 1509
日久生厌
日久生厌 2021-01-26 09:56

I have an older classic ASP website that I am migrating over to IIS7.5. I don\'t feel like installing classic ASP on the server, and so I just want the .asp files to be treated

4条回答
  •  佛祖请我去吃肉
    2021-01-26 10:34

    You must follow the start menu as given below to get VS2010 command prompt.

    1. Start -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools -> Visual Sutdio Command Prompt(2010)

    2. Right Click on the Visual Studio Command Prompt (2010) and select Run as Administrator in case of Windows 7 and Vista

    3. then apply aspnet_regiis.exe -i

提交回复
热议问题