How to authenticate users using web.config ?

Answer Posted / babu reddy

if we are using form based authentication at that time in
the web.config
we can set the autentication mode to "form"

then we can specify the user name and password which we are
going to access.
if any one can access that application then you can specify
<allow users="*">
inside the authentication tags

Is This Answer Correct ?    21 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the concept of view state in asp.net?

558


How many types of cookies are there in asp.net?

533


How to find last error which occurred?

532


Differentiate between early binding and late binding.

569


What is application session?

502






Describe a Windows Service and its lifecycle ?

620


What is server redirect?

543


Do gac'ed assemblies have fulltrust?

641


what are the ihttphandler and ihttphandlerfactory interfaces ?

509


How can you pass multiple complex types in Web API?

568


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

566


What is a proxy in web service?

557


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

535


Explain what is an abstract class?

546


What is ispostback property?

499