I am new to asp.net mvc. I have created a web application, it seems, successfully deployed it to my iis server. However, when I try to start my webpage by typing the following URL (http://localhost/MyWebApplication) the browser shows me the contents of my application folder instead of starting the page. When I start the application in the debug mode in the VS, everything works perfectly.
Could someone explain, please, how I can fix this problem?