G
Guest
it is problem with debuging web service in the same solution.
in vs2005 I create C# application then add to this solution site.
In site I create web service, then in application add web reference
and select "web service in this solution" - it added as "localhost".
then I call this webservice and I get response, but I CAN'T debug
web service work. Why?
By default it have code
[WebMethod]
public string HelloWorld()
{
return "Hello World!!!";
}
I put brake point there and see appication get this text, but brake point
doesn't work. What I missed?
in vs2005 I create C# application then add to this solution site.
In site I create web service, then in application add web reference
and select "web service in this solution" - it added as "localhost".
then I call this webservice and I get response, but I CAN'T debug
web service work. Why?
By default it have code
[WebMethod]
public string HelloWorld()
{
return "Hello World!!!";
}
I put brake point there and see appication get this text, but brake point
doesn't work. What I missed?