TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
trufun101
NA
19
0
Maintaining ASP.NET Sessions
Sep 8 2004 3:12 PM
Is there a way to mainain user sessions when replacing the project dll on the webserver? For example, I have 10 users logged in with active sessions. I have some changes to push to the server, so I have to replace the project.dll file in the bin folder. When I do this, its forcing the project to "restart" itself and all users lose their session. I have also tried making this a non-compiled web project -- where the aspx.cs files are referenced via "src" rather than "codebehind" -- so there is no dll, just individual files. This seems to help, but isn't 100% reliable and sometimes sessions are still lost. Is there any way around this? Thanks, -Chris B.
Reply
Answers (
2
)
Returning Values from a Javascript Popup to a Web User Control
C++ to C# Portability?