----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: vishnuvr Message 1 in Discussion I have an ASP.NET application which uses Forms authentication; there's a "login.aspx" page which prompts the user for login details. In "web.config" I have the following: <authentication mode="Forms"> <forms loginUrl="Login.aspx" name=".ASPXAUTH"></forms> </authentication> <authorization> <deny users="?" /> </authorization> <location path="Login.aspx"> <system.web> <authorization> <deny users="?" /> </authorization> </system.web> </location> -------------------- I have set formsauthenticationTicket for 20 min after 20 min if i press it has to go Login page.. But after 20 min it throws me an error ---------------- Access is denied. Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL. Error message 401.2.: You do not have permission to view this directory or page using the credentials you supplied. Contact the Web server's administrator for help. Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 -------------- Iam using XP with VS 2003, can any body tell me why this error will occur... Rgds -Vishnu ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
