I created a website in ASP.NET MVC using C# and published on a Windows Server 2016 with IIS 10.
I get this error:
HTTP Error 403.14_Forbiden
I don't want to show the directory. My website works on localhost, but it's not working on the server.
Before that I got the same error and I changed the connection string and it worked but now I forgot what I did before to make it work.
I guess the problem is in my connection string but I can't fix this.
I installed .NET on the server and I guess server is fine but connection string have a problem.