Simple question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bhmsaad

    Simple question

    How to debug a webservice which is not in the same solution but resides on
    the local host.

    thanks for your help
  • Salvador

    #2
    RE: Simple question

    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


    "bhmsaad" wrote:
    [color=blue]
    > How to debug a webservice which is not in the same solution but resides on
    > the local host.
    >
    > thanks for your help[/color]

    Comment

    Working...