Problem :
I am trying to develop the WCF web service in VS2010. My web service works good in my VS2010, I have also added the web service reference to the project in this project, everything works great, call of methods, good.
But when I try to deploy my web service I face below error :
The webpage at (website) might be temporarily down or it may have moved permanently to a new web address.
I have already deployed my .svc file and web.config. I have also deployed all .dll files in my bin directory.When I check my project folder, there are aa Web.config, Web.Release.config and Web.Debug.config. I am very new to the WCF web services, So what do I need to deploy to make my web service work correctly?