What are various authentication mechanisms in ASP.NET ?
Answers were Sorted based on User's Feedback
Answer / surender
there r thrr type of authentication mechanism in asp.net:
Form Authentication
Window Authentication
Passport Authentication
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / mohini nalawade
Authentication
Authentication refers to the method used by the server to
verify the clients’ identity. This feature provides methods
to authenticate clients via a set of standardized and
reusable methods that require little or no modification.
The methods available to developers are:
None – This method does nothing.
Windows Authentication – Attempts to verify users by
validating supplied credentials using authentication
methods used by the Windows operating system. This includes
NTLM (NT LanMan) and Kerberos (for systems running versions
more current than Windows NT 4.0). Windows authentication
is used by default if no method is explicitly selected.
IIS Authentication – Uses authentication methods provided
by the IIS Web server.
Passport Authentication – Verifies users through the use of
the Microsoft Passport authentication server.
Forms Authentication – Allows for application developers to
provide a form for authenticating users in a standardized
way. User accounts can be made specific to the application
and stored in the web.config file.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / ashok kumar reddy kamjula
Here is 3 type of authentication mechanisms are there in
Asp.Net:
1)Form Authentication.
2)Window Authentication.
3)Passport Authentication.
1)Form Authentication:- This authentication can use for
internet applications(WAN).
2)Windows Authentication:- This authentication can use for
only intranet applications(with in the LAN).
3)Passport Authentication:- This authentication can use for
internet applications, And single time login for multiple
websites.
Ex: If you login for Gmail, no need to login for Orkut.
Directly you can access the orkut.
-THIS IS THE DIFFERENCE.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / rohan more
there are four types of Authentication in ASP.NET
Windows Auth.
Forms Based Auth.
Passport Auth.
Certificate Auth.
| Is This Answer Correct ? | 8 Yes | 8 No |
How Web Services help Us? What r the difference between Remoting and webservices
5 Answers Protech, TCS, Tech Mahindra,
i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.
How to set/get parent page values in child page in asp.net
Name the application folders present in asp.net 2.0?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?
what is soap?
5 Answers Cognizant, Microsoft, NCR,
What are the types of session in asp.net?
What is difference between or and orelse?
Explain security types in asp.net?
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.
Is it true that a Web service must be written in .NET or not?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)