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
Any disadvantages in Dataset and in reflection ?
How to prevent client side validation from the ASP.NET validation controls?
Why SessionID changes in every request in asp.net?
Explain one critical mapping?
where can i gather the materials for MCP certification
What is query string with example?
Explain the asp.net session state modes.
Describe the difference between inline and code behind - which is best in a?
What kind of data can be stored in viewstate?
What is a page life cycle?
About CLR, reflection and assemblies?
Explain the different types of directives in .net?
Explain the different types of assemblies?
What are the session management techniques asp net?
How to display validation messages in one control?