Hi,
I am trying to debug two asp.net applications that are opened as two separate solutions in VS 2005 and when I try to Response.Redirect from a web form in first solution to a web form on the second solution the control doesnt hit the breakpoint in that solution.
I cannot attach the second solution having breakpoint, to the IE browser, as a debugger is already attached which is the first solution debugger.
What conditions should meet before debugging control transfers across different instances of Visual Studio?
Thanks.