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 |
How can we update records in gridview?Is there any appropriate code for it?
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
Can you explain the importance of finalize method in .net?
In which event of page cycle is the viewstate available?
What is xaml? Are xaml file compiled or built on runtime?
Is it possible to write code in many languages in one asp.net project?
How do you do Client-side validation in .Net?
To get the values in two different controls to match which control you use it?
How ASP.NET page works?
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?
What is a page life cycle? What are the events in a page life cycle?
Whats MSIL, and why should my developers need an appreciation of it if at all?