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 cookie and session?
How do I use a proxy server when invoking a web service?
Which control has default post back is enabled(true)?
How do you sign out from forms authentication?
Explain how viewstate is being formed?
Describe the master page.
How do I upload a file from my ASP.NET page?
Explain the benefits of viewstate?
What does postback mean?
What is sql data source control in asp.net?
What is a web api endpoint?
What is the difference between a cookie and a pixel?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is mta?
How many web.config files can I have in an application?