Sorry for the basic question but this is killing me. I added the mvc 3 app to the default site, and want to get the app instead of the welcome screen.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you add it as a virtual directory? If so you have to browse to that virtual directory, not just the machine.
e.g.
http://machine[:port]/virtual_directoryThe simplest way to set it as a new default site is to simply publish the site to c:\inetpub\wwwroot, since that’s where the Default Web Site usually points.
Personally, however, I usually ‘stop’ the default web site, then create a new one on port 80 pointing to published folder; sometimes the original default site can come in handy.
That’s unless, of course, you have one or specific host names (other than the machine name itself) that you intend to hit the site on, in which case you can leave the default web site there and add a new one with bindings on port 80 + each host name (you can only have one website with
*as the hostname on a given port).