|
-
Nov 26th, 2008, 07:48 AM
#1
Thread Starter
Addicted Member
Read xml to web.config for authentication
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
Failing to plan is Planning to fail 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|