Debugging Web Services in VS.NET 2005

I am trying to work w/ Web Services in a similar way to VS.NET 2003. I have a solution with several projects, including a Website and a Website containing Web Services. The Web sites use the new ASP.NET development Web servers. This raises the following questions:

* I cannot seem to debug from my Web site thru to my Web Service. I can only start one or the other project in the debugger. In 2003, I could do this easily and elegantly. The only solution I have come up w/ is to run multiple instances of VS.NET. This seems like a major step backward - an I missing something

* When creating Web References, aren't they going to change when the ASP.NET development Web server starts again (and gets a new port #) (I.e., when I shut down for the day and come back the next day )

* When using C#, I find I cannot delete the Default namespace. Therefore, my Web references fall into that default namespace by default. This means that any client code I write is now dependent on the default namespace of the project in which it was written. Is there a way around this

Thanks,

Charlie



Answer this question

Debugging Web Services in VS.NET 2005

  • BulletCoderHope

    For your first question, were you stepping from your web site to web service, or doing something else

    You might want to try posting your other two questions to a more appropriate forum...



  • Debugging Web Services in VS.NET 2005