How to authenticate users using Web.Config ?
Answer Posted / chinnu
in web.config file we can specify the authentication mode
<authentication mode="windows/forms">
for form autentication we can wirte like this
<authentication mode="forms">
<form name="a.aspx" loginurl="login.aspx"
time out="30" protection ="all">
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How can you debug your.net application?
How to disable disable browser's Back button in asp.net (JavaScript)?
How asynchronous call can be implemented using delegates?
What is odata in web api?
Define a multilingual website?
Explain the components of web form in asp.net
What is the state management in asp.net?
What is the use of service provider?
Define the steps to set up validation control.
What is different authentication mechanisms used in ASP.NET?
Explain the advantages of asp.net.
What is the difference between debug and release?
What is caching? Explain.
Can we set which type of comparison we want to perform by the CompareValidator control?
Define xmlvalidatingreader class.