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

廉价感情. 提交于 2019-12-01 04:17:22

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!