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 a 404 redirect?
What is Razor View Engine
List down the sequence of methods called during the page load.
What is cross page posting in asp net?
Explain how is a property designated as read-only?
What are the advantages of passport authentication?
Explain the boxing and unboxing concept in .net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What is full trust in asp.net?
Why is global asax is used?
Where is session data stored in asp net?
How do active server pages work?
Can you set which type of comparison you want to perform by the comparevalidator control?
How tooltip is set through code-behind in ASP.NET?