mvc mini profiler (1.4) & IIS

前端 未结 2 1510
不知归路
不知归路 2021-01-19 10:54

The solution works great with cassini but as soon as I make it run into IIS (7.5 on Windows 7 / 64), it stops working. All js & css file are never downloaded and the sc

相关标签:
2条回答
  • 2021-01-19 11:14

    this is an older question but if you are still trying to get this to work try adding this to your web.config

    <system.webServer>
        <modules runAllManagedModulesForAllRequests="true"/>
    </system.webServer>
    

    not really the best solution but it works

    0 讨论(0)
  • 2021-01-19 11:16

    I went to Program/Feature control pannel and clicked add remove windows feature. There I saw that under IIS, ASP.Net was not selected (all my sites worked like a charm) and checked it.. and Voila ! Don't ask ;-)

    0 讨论(0)
提交回复
热议问题