Hi,
Have you tried attaching your debugger to youw aspwnet.exe process?, you
will be able to debug it.
Other ways:
-If you use your IE to test the functions you can attach the debugger to the
IExplorer process
-If you use NUnit you can easily debug your webservice running the test as
"Debug mode"
Hope this helps
Salva
> How to debug a webservice which is not in the same solution but resides on
> the local host.
>
> thanks for your help