Setup IIS in localhost as web development server

前端 未结 4 834
被撕碎了的回忆
被撕碎了的回忆 2021-02-15 14:18

How can I setup IIS 5.1 in Visual Studio 2008 as my web development server? I\'m using Win XP, and I was using Cassini, but I want to give a tray to IIS instead of.

4条回答
  •  长情又很酷
    2021-02-15 14:34

    1. Go into Control Panel -> add remove programs -> enable / disable windows features, find IIS and install it.

    2. Go to Start -> Accessories -> Administrative tools -> IIS Manager

    3. Right click websites, add a new website, point the home directory to the root of your site.

    4. Open up localhost

    5. ????

    6. Profit!

    You might have to attach Visual Studio to the ASP.NET worker process to debug.

提交回复
热议问题