I have an application that consists of about 100+ pages/usercontrols
combined and when I have batch=true or not defined I get a lost of session
once the compilation cycle happends to compile all of the pages. Log back
off and back in and now I am cool to run the application. I have defined in
my web.config file that batch=false in the compilation tags and now my
application is good to go and now the session state is lost. I think this
is a flaw in the asp.net 2.0 compilation process. Has anyone run into this
issue before.
|