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
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
How do I open an ashx file?
How can you ensure a permanent cookie?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the significance of attaching a profile while creating a user?
What are sessions in asp net?
How long should a session id be?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Explain what is event bubbling?
What is variable and constant in .net programming language?
What are the session variables?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
How many types of controls are there in asp.net?
What is the difference between web.config and machine.config in ASP.NET?
What is difference between View State and Hidden Field in ASP.NET?