I'm moving my asp.net 4.0 website over to my Windows 8 dev box. Can't get it to run because it does not like my web.config that runs so well both on my Windows 7 dev box and my public web site. I'm getting 500.19 errors complaining that my web.config is using things that are set to deny in my applicationHost.config file (which btw is located at Program Files(x86)/IIS Express/config).
Just trying to get it to run I set everything in the applicationHost.config to "Allow" but that had no effect. There is another such file at Program Files(x86)/IIS Express/config/templates/PersonalWebServer but changes there had no effect either.
For instance it complained about my <handlers> entry. Changing that to Allow had no effect.
I swear every newer version of IIS gets harder to use.
Does anyone have a clue as to how I can get my site running on this W8 dev box?
Thanks, Gary