forms timeout issue in asp.net mvc
问题 how to turn off forms authentication in asp.net mvc.I have register,logon and forgotpassword page designed to enter into the webapplication. Initially i I currently host my asp.net mvc web application as single codebase and multipledatabase format.I face forms getting expired at some period of time and logon.aspx page appears in the middle on the homepage. I figured out this is because of the following code: webconfig: <authentication mode="Forms"><forms timeout="180000" slidingExpiration=