I have written a little bog standard asp.net mvc3 app in vs web express - works great, so now I want to put it on the iis 7 server I installed on a win2k8 r2 box - I haven't done anything with the install other than t install the web deploy 2 package as well. It works ok when I go to the site in a browser I get the welcome to IIS7 page.
In vse I have clicked on "publish..." menu.
Entered the address of my w2k8 box entered the "Default Site/MvcApplication1". Checked IIS Application. Entered my admin user name password for the host.
Pressed the Publish button and it went away and then finished telling me everything worked ok.
What do I type into the browser address bar to run the app? Nothing seems to work. I can see all the relevant files in the wwwroot directory and I have given every conceivable user full access to that directory.
if I type http://machinename/MvcApplication1 in I just get a directory listing (in the browser)
if I type http://machinename/MvcApplication1/Home/Index - i get a 404 file/directory not found.
Nothing I type will fire up the default page for the app. What have I missed?