I've gotten ahold of the Microsoft Asp.Net source from http://aspnetwebstack.codeplex.com/
Is there a way for me to step into this source while also debugging my current ASP.Net application? I'd like to do this without adding the entire solution to my project.
For example: after setting a breakpoint and attaching to the asp.net process. I'd like to step into the asp.net source.