Hi there, i tryed to use the authentication with forms...
I only added this code to my web.config but that give me an error..
**
<authentication mode="Forms">
<forms name=".myCookieSuffix" loginurl="Login.aspx"/>
</authentication>
**
do i need to add some more code or something else to my website?
Another question, ho can i put some pages avaible even if whe are not conncted?
Thanks