How to debug a webservice hosted by an IIS in a Silverlight application

前端 未结 1 1793
生来不讨喜
生来不讨喜 2021-01-12 07:33

Anybody knows how to debug a web service hosted by an IIS in a Silverlight 4.0 application?

My IIS version is 7.5 and my operating system is windows 7.

Can y

相关标签:
1条回答
  • 2021-01-12 08:16

    When running the solution (in debug mode, or have symbol files up-to-date).

    1. Open the Debug menu then select Attach to process

      (Or use shortcut CTRL+ALT+P)

    2. Find the process w3wp.exe || WebDev.WebServerxx.EXE (Casini)

      (Check 'Show processes from all users' when working with IIS App Pool under other account)

    3. Click attach

    4. Set breakpoint(s)

    5. Do your debugging

    0 讨论(0)
提交回复
热议问题