asp.net 4 routing not working in iis 7

前端 未结 2 1775
野趣味
野趣味 2021-02-04 04:15

I\'m using asp.net 4 routing in one of our new product and it works fine in the development environment (Visual studio webserver). but when i moved it to remote iis for testing

2条回答
  •  半阙折子戏
    2021-02-04 05:05

    i got the solution for this ... add the below code in ur web.config .. and dont forget to add runAllManagedModulesForAllRequests="true" in your module..

        
             
               
               
             
             
               
             
          
    

提交回复
热议问题