IIS 8.5 Error while performing operation on web.config

0

I have a test server and a prod server that host a .netcore2.1 website. On the test server, I can access to the website and publish with MSDeploy without any problem.

On the prod server I can publish correctly from Visual Studio, everything is setting like on the test server but I have this when I try to open the website:

Http Error 500.19
Error Code    0x8007000d
Config File   \\?\C:\MySite\web.config

I have the same configuration on both server, same version of program, web deploy 3.6 and URL rewrite installed.

The only visible difference is in the Services where the Web deployement agent Service is not listed on the prod server. However I had checked it in the Webdeploy install process.

Interesting thing: When I publish with the "Self-contained" option, the website is displayable so I suspect a missing thing but I don't find what.

I tried a lot of thing by searching on forum and microsoft documentation but nothing solve this problem.

iis
iis-8.5
web.config
asked on Server Fault Nov 24, 2020 by thibsc • edited Nov 25, 2020 by thibsc

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0