IIS cannot run unpacked web app

0

I have unpacked a web application in a folder. It contains dll's, configuration files and the wwwroot directory. Then I have created an IIS web application pointing to the previous folder. When I browsed the page I got a HTTP Error 500.19 - Internal Server Error. The error code is 0x8007000d. Then I clicked on "View more information" and it says that either ApplicationHost.config or the Web.config file contain a malformed XML element. The problem is that my Web.config file does not contain malformed elements and I do not have a ApplicationHost.config file in my folder.

asp.net
iis
asked on Stack Overflow Oct 3, 2017 by nix86

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0