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 you please specify the steps on how to?
Thank you so much
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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