I have a site running on 2 load balanced servers, with the admin part on another server (all set up as per one of Tim's videos, and running for a couple of years now).
I have a page protected via login (set using Public Access from drop-down) that works fine.
However, I need to add another, separate login area – and it's only working on the admin site, not the actual site seen by users on the load balanced servers. I've made sure that App_Data/access.config is synced between the 3 servers, but I'm not sure what else needs syncing: visiting the 'protected' page on the live site just takes you straight to the page without requiring a login.
Well, it seems you have to make sure App_Data/access.config is synced across servers, recycle the app pool on all servers, and touch (and sync) web.config
Public Access and load balanced installation
I have a site running on 2 load balanced servers, with the admin part on another server (all set up as per one of Tim's videos, and running for a couple of years now).
I have a page protected via login (set using Public Access from drop-down) that works fine.
However, I need to add another, separate login area – and it's only working on the admin site, not the actual site seen by users on the load balanced servers. I've made sure that App_Data/access.config is synced between the 3 servers, but I'm not sure what else needs syncing: visiting the 'protected' page on the live site just takes you straight to the page without requiring a login.
Help!!
Well, it seems you have to make sure App_Data/access.config is synced across servers, recycle the app pool on all servers, and touch (and sync) web.config
is working on a reply...