I have 2 projects under the same solution in visual studio 2012.
The 1st is a WPF project, the 2nd is an ASP project.
The WPF calls an asp page via the webbrowser control. Is there anyway I can step into the code behind of the ASP page even though it is not my start up project?