GooD
10 Feb 2009, 3:08pm
Hello there,
Im trying to find an answer to a avery weird problem i have with one of my web application (c# with visual studio)
My application was running great on VS2003 + Framework 1.1 , and now we did a migration to VS2008 and Framework 3.5, the application is still working, but we now got a really weird problem.
Our handlers (attached in the web.config) randomly reset now and then as soon as we do nothing in the system. Wich cause them to reload insanly often. We did not change anything in the code that could do that... And its NOT a recycling of the pool or anything like that, we keep our session, its just that now internaly the handler are dropped.
I use my application on my PC , and 20-58 secs after i stop using it, the handlers are dropped. I do not need to navigate into the system to make this happen, it seems like i just not to stop using it for a few seconds...
Very weird... And since its not recycling and we keep our session when it happen, and since its new to VS2008 / Framework 3.5 (In 1.1 / VS 2003 handlers were loaded at startup and was loaded until we iisreset or recycle the pool). Im running out of ideas :(
Any clue or hint you can give me ? :wtf:
Im trying to find an answer to a avery weird problem i have with one of my web application (c# with visual studio)
My application was running great on VS2003 + Framework 1.1 , and now we did a migration to VS2008 and Framework 3.5, the application is still working, but we now got a really weird problem.
Our handlers (attached in the web.config) randomly reset now and then as soon as we do nothing in the system. Wich cause them to reload insanly often. We did not change anything in the code that could do that... And its NOT a recycling of the pool or anything like that, we keep our session, its just that now internaly the handler are dropped.
I use my application on my PC , and 20-58 secs after i stop using it, the handlers are dropped. I do not need to navigate into the system to make this happen, it seems like i just not to stop using it for a few seconds...
Very weird... And since its not recycling and we keep our session when it happen, and since its new to VS2008 / Framework 3.5 (In 1.1 / VS 2003 handlers were loaded at startup and was loaded until we iisreset or recycle the pool). Im running out of ideas :(
Any clue or hint you can give me ? :wtf: