Hi friends,

For normal authentication, we can use below method in web.config.

<authentication mode="Forms">
<forms name="TestAuthCookie" loginUrl="Default.aspx" timeout="30">
<credentials passwordFormat="Clear">
<user name="user1" password="pass1"/>
<user name="user2" password="pass2"/>
</credentials>
</forms>

Two user name and password i can authenticate in front end. I put multiple user name and password in the xml file. How can i get this xml in web.config file and how check authenticate user in the front end.

Is it possible??

Please reply soon.

Hope ur's reply.

Thanks & Regards