This is really confusing me, it just does not want to work. I did exactly like the walk-through on MSDN says and I still get Under Construction page everytime I browse to the domain (fisharwe.com). Ok enough with the nag, here’s what I did:
In Visual Studio 2010, I right clicked the project name and chose Publish. I chose to publish to the File System and everything went okey. Then I used CuteFTP to upload the files to the httpdocs folder (Plesk control panel), the live support guy said this is supposed to be the public folder. Finally, I tried to open the site and still nothing shows up… All I get is:
The site you are trying to view does
not currently have a default page. It
may be in the process of being
upgraded and configured.
So what’s going on?
2
Answers
You need to configure the server to send all requests through ASP.Net.
Judging by the following response header i’m seeing returned on your domain it seems your running IIS6;
Take a good look at this article by Phil Haacked, hope it’s helpfull. He explains how to set up an mvc website on iis6