On my local website (IIS 5.0 running on Windows 2000 Professional), the session is not preserved for some odd reason.
I made sure the "Enable Session State" is checked under IIS configuration applet (Home Directory->Configuration->App Options). I also made sure the browser settings are OK - and it works with our production server as well.
The problem is on my local development server.
When I use Response.Write(Session.SessionID) I get a different value every time... SessionID is incremented by one.
So, am I missing some IIS settings, or what esle can the problem be?
I appreciate any help.
Thanks in advance.;-) <Dmitriy>
dbrom@crosswinds.net
I made sure the "Enable Session State" is checked under IIS configuration applet (Home Directory->Configuration->App Options). I also made sure the browser settings are OK - and it works with our production server as well.
The problem is on my local development server.
When I use Response.Write(Session.SessionID) I get a different value every time... SessionID is incremented by one.
So, am I missing some IIS settings, or what esle can the problem be?
I appreciate any help.
Thanks in advance.;-) <Dmitriy>
dbrom@crosswinds.net