C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




Adding multiple users using Web.config file in Forms Authentication


Posted Date: 18 Sep 2007    Resource Type: Code Snippets    Category: XML

Posted By: http://venkattechnicalblog.blogspot.com/       Member Level: Diamond
Rating:     Points: 10



The below code provides an idea about forms authentication and about multiple user authentication(declaration) in the web.config file. Basically, its used to provide authentication for a particular page which can be specified in the web.config file itself.



<authentication mode="Forms">
<forms name="Myapplication" path="/" loginUrl="login.aspx" protection="All" timeout="30">
<credentials passwordFormat="Clear">
<user name="venkat" password="sa" />
<user name="suba" password="Suba" />
</credentials>
</forms>
</authentication>





Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Read xml using javascript.
Previous Resource: How to Generate a DataSet from XML File using C#
Return to Discussion Resource Index
Post New Resource
Category: XML


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design

masks masks masks

Contact Us    Privacy Policy    Terms Of Use