IIS8 Win8 and runAllManagedModulesForAllRequests=“true”

后端 未结 3 1901
遥遥无期
遥遥无期 2021-02-03 16:39

I am attempting to run an application in IIS8 that has the following in the config:


相关标签:
3条回答
  • 2021-02-03 16:57

    its hard to give a specific answer here, but the basics of it are that you need to look at the machine.config for the box you're running on. find the system.webServer node and look for the 3 tags/attributes its referencing in the error. chances are you'll find something that is marked as not overridable (allowOverride="false"), but i've not messed with windows 8/server 2012 yet, so i don't know what the machine.config looks like.

    0 讨论(0)
  • 2021-02-03 16:58

    I've solved the same problem by installing the window features "Internet Information Service/World Wide Web Service/Application Development/ASP.NET x.x" in the Control Panel of Windows8. If you want to setting on Windows Server 2012, the following link gives you hint. http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45

    hope that it works out.

    0 讨论(0)
  • 2021-02-03 17:21

    For those of you running Windows Server 2012 the Application Development features are found at

    [] Server Roles [] Web Server IIS [] Web Server [] Application Development [] ASP.NET x.x

    When you select the .NET version it will ask if you want to add Extensions and other features. I just said yes, but you may be able to get away without installing those.

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