Hello,
I have configured 3 local sites in IIS 8.5 running on Windows Server 2012 R2.
I'm using msdeploy.exe for local deployment with below configuration.
cd C:\Program Files\IIS\Microsoft Web Deploy V3\ msdeploy.exe -verb:sync -source:package="xxx.zip" -dest:"auto" -setParam:name="IIS Web Application Name",value="reverseproxy" -allowUntrusted=true -verbose
All these sites were configured identically and all of them have the rewrite2 module installed and IIS_IUSRS added and configured in security permissions of each backend folder.
2 out of 3 sites run without any problems and I do receive response from API POST commands.
I have an issue with the third site that does not run and I don't see any obvious reason of this issue.
HTTP ERROR 500 received when I access using local web browser and when I query a POST requests to API.
Looking at inetpub log folder I do see the following errors written to the log file "500 19 13"
There are no related error entries in windows Event viewer
Is there any additional place to look for IIS logs \ errors ?
Please advise further troubleshooting steps.
#Software: Microsoft Internet Information Services 8.5 #Version: 1.0 #Date: 2020-04-01 08:46:29 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 2020-04-01 08:46:29 127.0.0.1 GET / - 28064 - 127.0.0.1 Mozilla/5.0+(Windows+NT+6.3;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko - 500 19 13 138 2020-04-01 08:46:39 ::1 GET / - 28064 - ::1 Mozilla/5.0+(Windows+NT+6.3;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/80.0.3987.149+Safari/537.36 - 500 19 13 0
2020-04-01 09:16:53 ::1 POST /token - 28064 - ::1 PostmanRuntime/7.24.0 - 500 19 13 10
Below are additional configuration screens from my IIS Manager