Deployment

S

SH

I have an ASP.NET site. Whenever I update the site (build->publish->upload)
it kicks everyone out and they need to log in again. What is the best way to
combat this?

Regards
 
S

SH

Thanks,

I knew about the recycling by design and I figured a cluster would be the
way forwards. I'll look into some clustering solutions as I require 24/7
uptime.. something I should have anyway regardless of the deployment issue!

- Stu
 
B

bruce barker

This means you are using inproc sessions, or allowing the mac key to be
regenerated at a recycle. see setting up asp.net for web farm for
instructions on the mac key. a high avaliable site should not use inproc
sessions (unless the session is a cache only and the app can handle
session lost), switch to sqlserver sessions.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,459
Latest member
Vida00R129

Latest Threads

Top