views:

271

answers:

1

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

+3  A: 

When running the solution.

  1. Menu Debug > Attach to process

  2. Find process w3wp.exe

  3. Click attach

  4. Set breakpoint(s)

rdkleine
+1 but just make sure that its attached for Managed code debugging.
AnthonyWJones
thank you rdkleine, it works perfectly.
xscape