How to authenticate users using Web.Config ?
Answer / 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 |
What is WCF? Pls Explain clearly with exmple.
Which is the parent class of the ASP.NET server control?
0 Answers Sans Pareil IT Services,
What methods are fired during the page load? Init()
Why mvc is better than asp.net? : Asp.Net MVC
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
Define globalization and localization.
In asp.net, how can you validate drop down box?
what are debugging types in .net?
Can you use Web API with ASP.NET Web Form?
What is State Management in .Net and how many ways are there to maintain a state in .Net?
What is state management in asp.net with example?
What is the asp.net mvc folder conventions? : asp.net mvc