IDE won't stop run session on close of web page

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

I rebuilt my pc (format and reinstall) running XP and Visual Studio
2003.

My problem is that the IDE won't stop the run session when I close the
web application.

Now when I create a new ASP.net application or open an existing
application, start the application (F5) in the IDE, close the IE window
that the application started up, now you would expect the IDE to also
stop it's debug session ie; run mode. However mine is not, the IDE is
still in 'RUN' mode and I have to click the stop button to get it to
close.

Is there a solution to make it automatically end the 'RUN' session?

This new behavior is different from what happened before I formated.

Thanks ...
 
I have one thought.

DO you have something on Application_OnEnd or Session_OnEnd?
May be that is hanging. So VS waiting for it?

George

Anybody ever seen this before any thoughts on a solution?
 
Nope no code in Application or Session End, this happens on a new Web
App. Create new app, set start page, hit Run, close browser window, the
IDE still says "RUN".

This is really frustrating, any more suggestions?
 
Any more thoughts?

I've noticed that in the Output window this message:

The thread '<No Name>' (0x298) has exited with code 0

Then after I stop the IDE I get :

The program '[3844] aspnet_wp.exe:
/LM/w3svc/1/root/WebApplication1-2-127741384421473782' has exited with
code 0 (0x0).
The program '[3844] aspnet_wp.exe: DefaultDomain' has exited with code
0 (0x0).
The program '[384] IEXPLORE.EXE: Script program' has exited with code 0
(0x0).
 
Back
Top