Using TcpTrace with a .net web service

Leave your server as is, add one line to your client (the second line below)

Client.ServiceProxy.Service srvc = new Client.ServiceProxy.Service();
srvc.Url =
"http://localhost:8080/HelloWorld/service1.asmx";

where "8080" is the TcpTrace "Listen on Port#"

Filed under:

Comments

No Comments