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 r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1
Explain one critical mapping?
What is .NetFramework?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
0 Answers Sans Pareil IT Services,
Where is session data stored in asp net?
in which protocol ASP.NET WEB API Work?
Explain managed code an un-managed code.
How many Controls present in Asp dot net?
How would one do a deep copy in .NET?
What are the intrinsic objects present in ASP.NET
What is shadowing?
Explain the differences between Server-side and Client-side code?