Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to authenticate users using web.config ?

Answer Posted / deepa

Forms authentication can be done at web.config


<authentication mode="Forms">
<forms name="appNameAuth" path="/"
loginUrl="login.aspx" protection="All" timeout="30">
<credentials passwordFormat="Clear">
<user name="jeff" password="test" />
<user name="mike" password="test" />
</credentials>
</forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>

Is This Answer Correct ?    29 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the asp.net page life cycle.

1071


How can I create master page in asp net?

940


Can we use a static function with a non-static variable?

960


What is simple data binding?

962


How does http session work?

999


What is a postback ispostback and autopostback in asp net?

894


Where can I get information on cookies in asp.net?

1008


what are the security certificates used in webservices?

2007


Difference between singleton and singlecall.

971


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1851


Where do the cookie state and session state information be stored?

927


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

984


To display data in a Repeater control which template you provide?

1036


Write code to send e-mail from an asp.net application?

1019


Explain about consistent programming model in the .NET framework?

1086