iis - Website will not start in Visual Studio 2015 Enterprise, but works fine in 2013 Pro -


i'm having problem running website vs 2015 enterprise, don't have issue running vs 2013 pro. error is:

this configuration section cannot used @ path. happens when section locked @ parent level. locking either default (overridemodedefault="deny"), or set explicitly location tag overridemode="deny" or legacy allowoverride="false".  

error code: 0x80070021

config source:

<authentication> <windowsauthentication enabled="true" /> <-- line red </authentication> 

i have set machine.config values allow tags, applicationhost.

also, when trying run directly iis server manager (pointing same location source files), 503 service unavailable.

i can provide more information if needed.

other solutions have tried:

i able solve modifying applicationhost.config file, within .vs folder of solution, , marking specified elements allow override.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -