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
Explain difference betn dataset and recordset?
Distinguish between Server-side and Client-side code?
What is the asp.net mvc folder conventions? : asp.net mvc
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is difference between mvc and asp.net? : Asp.Net MVC
Explain the use of fragment caching.
How you can access the properties and controls of master pages from content pages?
Define globalization and localization.
Describe the master page.
What is event bubbling?
Can you explain the basic use of dataview?
What is owin authentication?
Securitywise What are the Enhancements in 2.0?
Define the term Web Garden?
What are the various types of validation controls provided by asp.net?