I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the wo
HTTP Error 500.19
For me, it was all about setting up my web server to use the latest-and-greatest tech to support my ASP.NET 5 application!
The following URL gave me all the tips I needed:
https://docs.asp.net/en/1.0.0-rc1/publishing/iis-with-msdeploy.html
Hope this helps :)