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
How to disable disable browser's Back button in asp.net (JavaScript)?
What is scope of an application variable in asp.net?
What is base class of .net?
What is runat?
How would you get asp.net running in apache web servers? Explain it's limitations.
Describe SOA and the tenets of it?
Is viewstate enabled by default?
Is asp.net 64-bit enabled? How?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
How is session id generated?
Difference between application events and session events
What are validator? How do you disable them?
What is asp.net and ado net?
What is a url string?
How does a web application session work?