HTTPHandler / HTTPModule problems

  • Thread starter Thread starter Bruce B
  • Start date Start date
B

Bruce B

Has anyone else experienced unreliability with HTTPHandler and HTTPModles
they've written? What seems to work fine at one time, just seems to stop
working at others? Any ideas if this is a debugger issue or an IIS issue
related to the file extension mappings?

Bruce B
 
Fortunately my production environment seems stable ***so far***, it is W2K.

The instability seems to be on my local development env.: VS.NET 2003, XP
Pro. At times they just flat fail to fire, and thus I end up with broken
stuff all over. After reboot, it all starts working again. It might be
debugger related or instability in IIS, I'm not sure. I posted another
message about IIS and too many script mappings problem.

The 2002 debugger never gave me any problems. Now, with the 2003 debugger,
after 5-10 debug sessions, the debugger stops working, throws errors about
can't detach it self. It hangs in memory and prevents me from doing any
more work until I reboot.
 
in 2003 Debugger does not end an iis application.
So if you start the debugging again the events (like App_OnStart, ...) will
not be fired
Do a complete rebuild if you want to stop an IIS application.

George.
 
Back
Top