Web Service appears as website instead of developer web server

Posted by stocherilac on Stack Overflow See other posts from Stack Overflow or by stocherilac
Published on 2010-06-14T14:36:29Z Indexed on 2010/06/14 14:42 UTC
Read the original article Hit count: 245

I recently reimaged my PC and regrabbed one of our projects from Source Safe. In our solution we have a web service that normally runs on a server, however we can build the webservice on our localhost for debugging as well. However, now whenever I grab the project from source safe it is building the webservice as a website instead of a developer web server. This is causing a variety of issue, specifically I am no longer able to specify which port I would like that webservice to use. As a result I cannot connect to our database through my local webservice.

How can I change the project in my solution that controls the webservice from a website to a developer web server?

MS Visual Studio 2005. MS Visual Source Safe 2005. MS SQL Server 2000. VB .NET project

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about visual-studio-2005