I dont think you can do this in the way you are describing but why would you
want to. You could always load up another instance of IE and go to the other
site OR you could have both web projects included in your solution, and set
both to start in the debugger so that both windows will open and will be in
debug mode when you hit 'Start/F5'.
Right click on the solution (within VS.NET) and in 'common properties -->
Startup project', select 'Multiple Startup projects' and ensure both your
projects have the 'Action' set top 'Start'.
--
- Paul Glavich
Microsoft MVP - ASP.NET
"Dinçer" <dincer80"at"yahoo.com> wrote in message
news:#P**************@TK2MSFTNGP09.phx.gbl...
Hi,
I have two ASP.NET web projects residing on IIS. (Lets say,
http://localhost/Web1 and http://localhost/Web2 )
When I debug one of these applications (using VS .NET) and stop at a
breakpoint, I came accross this problem:
I can't run the other web application from Internet Explorer. The page
waits and waits and waits...
As soon as I stop debugging, the page loads..
How can I solve this problem?
What I want is to be able to run a web application, when debugging another
one at the same time on the same IIS. (Actually, is this possible?)
Regards.