I am not sure I am posting in the porper thread, but I believe it is related to the above posts.
I think I need to install IIS 7.
I DREAD doing that!!!!!! IT IS A GUARRRRANTEED NIGHTMARE.
I am running VS 2008 3.5 AJAX on an IIS 5.1 on WIN XP SP3
I have been running great for a while now...(great means I have had a 100 obstacles to get around and understand about the ASP.NET 3.5 piggyback over ASP.NET 2.0)
I thought all along that my IIS 7 had been installed(by me), because I had remembered reading that 3.5 ASP.NET requires it, but when I looked under the Help/About of IIS I see 5.1...???
But, here is my problem: I started to get a bit fancy and developed pages that have popup windows with the IE(8.xx) menu and tool bars turned off, and some timeout javascript that closes the window automatically after a certain delay. All good... functions well... but, all of the sudden, my VS debugger starts to end after a small delay of maybe 30secs to a minute or 2... EACH TIME I START IT.
- I use the Start Debugging Option in the Debug menu
- first page draws (a simple html) which loads a login aspx page(replace)
- no timeouts are programmed in those 2 pages.
- everything draws fine, no errors.
I wait a bit and the debugger pops off the screen...
-
Has anyone experienced that type of DEBUGGER behavior?
-
Should I take the RISK of installing IIS 7?
This may be related to my other post on this site which lays out all the technical information about my setup:
IIS 7 - FRAMEWORK 3.5 - Debug fails to see javascript breakpoints...
Thank you.