fuel9 / DisplayMonkey

Display Monkey digital signage solution
Other
126 stars 50 forks source link

Setup Assistance - Error 500.19 / 0x80070021 #109

Open gOyDp opened 5 years ago

gOyDp commented 5 years ago

I'm nearing the end of the line with trying to set up DM. I've read over someone's contribution on setting up DisplayMonkey as a supplement to the setup instructions on the website, but I'm at a point that I just can't determine the fix.

Windows 10 Pro SQL Express 2016 IIS 10.0

When navigating to localhost/displaymonkey_management I am presented with an HTTP Error 500.19 - Internal Server Error.

Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

and it shows shows

<modules runAllManagedModulesForAllRequests="true" />

as being the problem line.

I was looking at the Microsoft reference material on "locking" and such, but I cannot determine the actual issue here.

I saw another person posted another Error 500.19 issue several months ago and they were told to go look at some closed issues for a solution. I've looked and there doesn't seem to be anything to point me in the right direction.

If someone could please assist, I would love to see if DisplayMonkey will work for our facilities.

Thanks.

ConDerigo commented 5 years ago

I had the same issues. I used these two pieces.

https://github.com/fuel9/DisplayMonkey/issues/104 where another user documented the steps more clearly.

Also, I had to enable Windows Authentication in Control Panel->Add/Remove Features->IIS And I had to add the ASP.NET4.6 under IIS->Application Development Features as well. Found that info here. https://stackoverflow.com/questions/20048486/http-error-500-19-and-error-code-0x80070021