Session Not Started .Net 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've recently upgraded a .Net 1.1 solution to .Net 2.0, everything seems to
work ok unless I do a re-compile. Whenever I do a re-compile the first time I
access the web page the session doesn't appear to be created, i.e. the
session start event isnt' fired in the global.ascx.cs. My app crashes because
I try to put something into the session on my main page. If I simply refresh
the page it will work and it will continue to work until I recompile my app
then it will fail again on the first time only...

Any ideas?
 
Back
Top