Authentication providers supported by ASP.NET- microsoft solution framework

Explain the authentication providers supported by ASP.NET - Forms, Passport and Windows

Authentication providers supported by ASP.Net are:

Forms: This allows custom user authentication for the business applications. One can store custom usernames and passwords in database and allow users to authenticate against that database to access the application. Ideal for internet based applications.

Passport: This mode allows users to access business applications using their Microsoft passport credentials. It is ideal for existing Microsoft website users.

Windows: This mode allows users to access the business application using their windows credentials. This mode is ideal for an intranet based application where organizations can access and work on an application based on their windows username and password.  
What is the STRIDE Thread Model? - microsoft solution framework
STRIDE thread model is used for categorizing threats. It’s an acronym for the following 6 categories: a) Spoofing identity b) Tampering with data.........
Security features of .NET Web technologies - microsoft solution framework
ASP.Net works with IIS and provides a variety of security features: IIS: IIS has various authentication mechanisms, anonymous, Basic, Digest, Windows integrated.........
Can you explain how to scale up an application? - microsoft solution framework
Scaling up refers to running the application on a stronger application. One might upgrade existing hardware components such as CPU........
Post your comment