How we can set Different levels of Authentication in .Net?
What are the difference between Windows Authenticatin,
Passport Authentication and Form Authentication?



How we can set Different levels of Authentication in .Net? What are the difference between Windows ..

Answer / naresh reddy

By Using Web.Config file,in that
<Authentication mode="forms/windows/passport">

Forms authentication is used to customize the login
credentials and for Internet Based Applications

Windows Authentication is used in Intranet based
applications.It verifies only windows login credentails

Passport Authentication checks credentials from Standard
Microsoft Passport and we have to register that one

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Where is ViewState information stored?

18 Answers   DSRC, HCL,


when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles

0 Answers  


How many types of session in ASP.NET

0 Answers   MCN Solutions,


How do u optimize a query in asp.net?

0 Answers   MCN Solutions,


Is asp.net different from asp? If yes, explain how?

0 Answers  






Advantage of data Reader?

2 Answers  


Explain the difference between overriding and overloading?

0 Answers  


What is the difference between mvc and asp.net? : Asp.Net MVC

0 Answers  


Where code pages are used?

0 Answers   Blue Star,


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


What are the differnt types of handler in ASP.NET?

0 Answers   Sans Pareil IT Services,


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

0 Answers   HCL,


Categories