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
Is redux flux?
Why do we use asp.net?
How long should a session id be?
Define static function?
What is content place holder?
What is the difference between response.redirect and server.transfer?
How can we prepairing Interview
What are themes and skins in 2.0, explain usage scenario?
Is post back in asp.net?
What is xaml? Are xaml file compiled or built on runtime?
What is the syntax for datagrid and specifying columns?
Elaborate differentiation between ViewState and SessionState?
How are sessions stored?
What is the difference between Session and response.Redirect?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?