Hi all, When I upload my ASP.NET 4.0 web application, instead of seeing the home page (default.aspx), I see the directory listing. www.redcarsoftasp.com Developed using MS Visual Studio 2010 Deployed using Web Deploy. I assume I am overlooking some minor detail... any guidance would be appreciated... Thanks, Johnny
Okay, You have to add the name of the web app to the URL... www.redcarsoftasp.com/stanevalmgr ...who knew? Feel free to close out this one!
You'll keep seeing the directory listing unless you setup a redirection to the app in subdirectory (stanevalmgr) see the links below to setup a redirection so that when someone hit "www.redcarsoftasp.com" it will get redirected to "www.redcarsoftasp.com/stanevalmgr" http://support.Winhost.com/KB/a649/how-to-redirect-a-subdomain-to-a-subdirectory.aspx http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/