ASP.NET MVC on IIS 7.5

前端 未结 28 2395
北荒
北荒 2020-11-22 11:33

I\'m running Windows 7 Ultimate (64 bit) using Visual Studio 2010 RC. I recently decided to have VS run/debug my apps on IIS rather than the dev server that comes with it. <

28条回答
  •  攒了一身酷
    2020-11-22 12:20

    Also if your app is precompiled you should have

    PrecompiledApp.config

    in the root folder of your app otherwise you could get HTTP Error 403.14 as well.

提交回复
热议问题