Re: [DOTNET] why no Session in Application_BeginRequest
Thanks for pointing me in the right direction. By the way, I'm not so sure what Authentication Mode 'none' buys you? >From: Dumitru Sbenghe <[EMAIL PROTECTED]> >Reply-To: dotnet discussion <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >
Re: [DOTNET] why no Session in Application_BeginRequest
Why you try to do this in the ASP style, when you have ASP.NET; Read about web.config/authentication/authorization; Here you have a sample from a web.config file, which protect all the pages from a ASP.NET application and use the Forms authentication mode;