The application launches on Visual Studio using the IIS Express profile but I can't get it to run on the IIS local server.
When I try to host the application on the local IIS server, I cannot get it to work. I ran into a few problems while doing this like Error 500.19, and Error 401. Now, I have the directory listing displayed instead of the website.
Please Note - I am new to web programming and it's the first time I am trying to host using IIS server. Since the website runs fine on VS IIS Express, I am guessing, some of the IIS Settings that I am using could be incorrect.