How to debug a webservice hosted by an IIS in a Silverlight application
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 s开发者_如何学Pythonystem is windows 7.
Can you please specify the steps on how to?
Thank you so much
When running the solution (in debug mode, or have symbol files up-to-date).
Open the Debug menu then select Attach to process
(Or use shortcut CTRL+ALT+P)
Find the process w3wp.exe || WebDev.WebServerxx.EXE (Casini)
(Check 'Show processes from all users' when working with IIS App Pool under other account)
Click attach
Set breakpoint(s)
Do your debugging
精彩评论