Which Authentication strategy of Windows Authentication does not require user intervention ?

Friday, July 31, 2009


Integrated Windows Authentication does not require user intervention.


www.codecollege.NET

What Authentication strategy of Windows Authentication is supported by all browsers ?


Basic Authenticaion is supported by almost all browsers.


www.codecollege.NET

What is an Integrated Windows Authentication ?


It is a strategy in Windows Authentication where the user name and password are not sent as clear text. But a token of logged in user is sent.


www.codecollege.NET

What is a Digest Authentication ?


It is a strategy in Windows Authentication where the user name and password are not sent as clear text. But the information is sent using a Cryptographically secure hash.


www.codecollege.NET

What is a Basic Authentication ?


It is a strategy in Windows Authentication where the user name and password are sent as clear text.


www.codecollege.NET

What are the Authentication strategies in Windows Authentication ?


There are 3 Authentication strategies in Windows Authentication, they are:
1. Basic Auhentication
2. Digest Auhentication
3. Integrated Windows Auhentication


www.codecollege.NET

How can i install the common tables and Stored Procedures for ASP.NET Membership and roles APIs?


You can install the common tables and Stored Procedures for ASP.NET Membership and roles APIs using the following command,

sqlcmd -S (local)\SQLExpress -E -i InstallCommon.sql


www.codecollege.NET
Blog Widget by LinkWithin