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

How would you implement inheritance using c#?

1048


What are main return types supported in Web API?

1459


Explain Optimization technique description?

1084


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

1058


Can you explain the basic use of dataview?

1120


List of words of preprocessor in .net?

990


What is session mode in asp.net?

1090


What is a server farm in iis?

1084


Can I have a unique key as foreign key?

1008


Is asp.net mvc front end or backend? : Asp.Net MVC

980


What should you do is you want to remove an existing component but would like to make some funtionalities?

1996


What is tracing? Where is it used?

1227


What is the Difference between MVC And MVP design pattrens

2723


They mostly asked difference between versions of technologies

1469


How to you can limit Access to Web API to Specific HTTP Verb?

1250