Deploying ASP.Net MVC 4 App on IIS 7

后端 未结 2 935
离开以前
离开以前 2020-12-17 03:02

I created a simple app and ran it on visual studio. Then I went to \"Project properties > web\" and changed it to \"Use local IIS server\".

Now when I debug, I can\'

2条回答
  •  情书的邮戳
    2020-12-17 03:30

    It seems like routing handler is not being loaded...

    Are you sure the application pool is set to integrated? If yes try to add this line in your web.config:

    
    

    Please, make sure you have also these handlers registered in your application:

    
    
    
    

提交回复
热议问题