Debug a Worklist item

  • 22 November 2007
  • 1 reply
  • 1 view

Badge +2

I can debug a web page from startup, but I also want to debug a page opened from the worklist (the server is now opening the page instead of my dev environment).


Any suggestions please?


1 reply

Badge +9

Sounds like you are using a IE instance in code to open a page from the server end (which isn't recommended from a performance standpoint).


 However, I think debugging should be simliar to debugging the page when launching from IE.  You would typically attach your debugger to the IIS process.  Maybe this will help.  http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0b7dab2e-2ba9-4b05-88e1-ede893232060.mspx?mfr=true

Reply