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

Recommended Answers

All 2 Replies

That's what i was looking for!!!! GREAT!!!

Thanks again!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.