About Windows/Forms Authentication



About Windows/Forms Authentication..

Answer / bhaskar

windowS AUTH:

THGIS IS IMPLEMENTED VY USING WINDOWS(O/S) LOGIN PARAMETERS

WE CAN CONFIGURE IT IN WEB.CONFIG FILE.
<CONFIGURATION>
<APPSETTINGS>
<AUTHENDICATION MODE="WINDOWS">
</AUTH>
<AUTHORIZATION>
<DENY USERS="8">
</AUTHRIZATION>

FORMSBASED AUTH:
IT IS IMPLENTED BASED ON USER LOGIN VALUES MEANS USER CAN
GIVE THE USERNAME & PASSWORD ,FIRST IT WILL CHECK,AFTER IT
WILL GIVE THE PERMISSION TO NEXTY PAGE

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What namespaces are imported by default in ASMX files?

2 Answers  


how many script manager controls are used in Ajax web page?

7 Answers   CSC, Health Prime Services, TCS,


version information is mentioned in which file

3 Answers   AG Technologies,


What are Themes? What is their use ?

1 Answers  


What asp.net control can embed xaml into asp.net pages?

0 Answers  






We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


what is webservices. howit is use in our project .

4 Answers   TCS,


When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


Difference between ASP Session and ASP.NET Session?

2 Answers  


What is httpresponse?

0 Answers  


Name some asp objects?

0 Answers  


What are the differences between code behind and code inline?

0 Answers  


Categories