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 |
What namespaces are imported by default in ASMX files?
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
What are Themes? What is their use ?
What asp.net control can embed xaml into asp.net pages?
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.
what is webservices. howit is use in our project .
When is an object collected by the Garbage Collector? [Four options were given]
Difference between ASP Session and ASP.NET Session?
What is httpresponse?
Name some asp objects?
What are the differences between code behind and code inline?