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
What is the difference between session and application?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Why session is more secure than cookies?
Explain the role of global.asax?
What is the difference between mechine.config and web.config?
What is http post and http get?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
How can I have a particular web page in an asp.net application which displays its own error page?
What is asp.net mvc? : asp.net mvc
What is server side in asp.net?
What is the difference between session.abandon() vs clear()?
What are httphandlers and httpmodules and difference between them?
Explain managed code an un-managed code.
How can we call webservices in Banking Applications? and where we are using it?
Explain the code Access Security (CAS) in .net Framework?