Hello everyone, I have finished to develop a site with ASP.NET 1.1 core and I published on an IIS 7.0 server, the windows server is public and has a certificate.
I followed the indications of the article "https://docs.microsoft.com/en-us/aspnet/core/publishing/iis" but trying to access with URL "http://localhost:9191/virtualname"
occurs following error message "HTTP Error 400. The request hostname is invalid". I also opened the 9191 port on windows firewall su Http.
Paolo