Author: catalystinnovations | Posted on: 5/28/2009 5:13:35 AM | Views : 1098

 Here are the relevant (I think) parts of my web.config:
<authentication mode="Forms">
               <forms
                    loginUrl="Login.aspx"
                    cookieless="UseCookies"
                    protection="Validation"
                    timeout="525600"
                    requireSSL="false"/>
  & ...

Go to the complete details ...