G
george d lake
Hi,
I know I cant redirect in the global.asax. I need to count how many
users are connected to my intranet site, and once I reach a given number, I
need to redirect to an error page. Can I do this form the Global.asax? or do
I have to add the session var there and then redirect on each page? (or add
a user control to each page that does the check and redirect)
I know I cant redirect in the global.asax. I need to count how many
users are connected to my intranet site, and once I reach a given number, I
need to redirect to an error page. Can I do this form the Global.asax? or do
I have to add the session var there and then redirect on each page? (or add
a user control to each page that does the check and redirect)