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 are cao and sao.
What is the difference between user control an custom control?
How does asp page work?
Explain the use of fragment caching.
In which event of page cycle is the viewstate available?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Where would you use an ihttpmodule, and what are the limitations of any?
What is Razor View Engine
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is the difference between custom controls and user controls?
Why asp.net is used?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are validator? Name the validation controls in asp.net? How do you disable them?
What is loop in asp.net?