I am a complete newbie. I am building my very first web application using a SQLServer 2008 database, WCF project and a MVC3 Project in Visual Studio 2010. My host is godaddy so I was trying to start with launching my MVC Project at Godaddy. This gave me so many problems, that I decided to forget about that for now and try to launch my site on my localhost. Now I have 2 problems:
First: Both my WCF and My MVC Projects have been published correctly after creating web sites in IIS and then publishing in Visual Studio using the publish method "Web Deploy" and marked as IIS applications. In the output box I then get the message "Start Web Deploy Publish the Application/package to some url (localhost:port/IIS-websitename) .......Publish is successfully deployed........." If I then go to the url mentioned above, I get the error "webpage cannot be found".
Second problem: After I published my WCF Project successfully, I thought I should be able to add a Service Reference in My MVC Project to this service in order to consume my WCF, but NO service is to be discovered in my "Add Service Reference" dialog box in Visual Studio!!
Can anyone please help me? I do not have a clue of these technologies (IIS, Web Deploying, etc) Just know how to create my web application. Sorry, if I come across stupid but I have been trying stuff of which I didn't even know what I was doing for 3 days now. So I'm begging for someone to take me by the hand and leading me through what I guess should be a very simple task.
Many MANY thanks in advance!!!