Types of authentications in ASP.NET ?
Answers were Sorted based on User's Feedback
Answer / kaushik
Type of authentications are -
Windows,
Forms,
Passport
| Is This Answer Correct ? | 68 Yes | 4 No |
Answer / yoga
Three types of authentications
(i) Windows
(ii) Forms
(iii)Passport
| Is This Answer Correct ? | 38 Yes | 3 No |
Answer / appu
Forms Authentication:This authentication mode is based on cookies where the user name and the password are stored either in a text file or the database
Windows Authentication:This is the default authentication mode in ASP.NET. Using this mode, a user is authenticated based on his/her Windows account.
Passport Authentication:Passport authentication is a centralized authentication service that uses Microsoft's Passport Service to authenticate the users of an application.
| Is This Answer Correct ? | 35 Yes | 4 No |
Answer / shiva
Default is none.
Windows(basic,digest,windows integrated)
Forms,
passport.
| Is This Answer Correct ? | 40 Yes | 13 No |
Answer / ranjith nellikadan
1.---- With Windows-based authentication, the ASP.NET Web
application relies on the Windows operating system to
authenticate the user. ASP.NET uses Windows-based
authentication in conjunction with IIS authentication.
With Windows-based authentication, the user requests a
secure Web page from the Web application, and the request
then goes through IIS. If the user’s credentials do not
match those of an authorized user, IIS rejects the request.
The user then has to enter his or her name and password
into the logon form. The credentials are again verified by
IIS. If correct, IIS directs the original request to the
Web application. The secure Web page is then returned to
the user
2.------ Forms-based authentication refers to a system
where non-authenticated requests are redirected to a
Hypertext Markup Language (HTML) form by using Hypertext
Transfer Protocol (HTTP) client-side redirection. The user
provides credentials and submits the form. If the
application validates the credentials on the form, the
system issues an authentication cookie to the user.
Subsequent requests from the user are issued with the
authentication cookie in the request headers, and then the
user is authenticated based on those request headers.
3.---- Microsoft Passport authentication is a centralized
authentication service that offers a single logon option
and core profile services for member sites. Users who sign
up to use Passport are authenticated for access to Web
sites through a single Passport account. Microsoft Passport
is an XML Web service, and it is an integral part of
the .NET Framework
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / kartheek
1.Windows-based authentication
2.Forms-based authentication
3.Passport-based authentication
| Is This Answer Correct ? | 23 Yes | 4 No |
Answer / archana poul
Forms Authentication
Windows Authentication
Passport Authentication
| Is This Answer Correct ? | 0 Yes | 0 No |
List the asp.net validation controls?
how to edit gridview control in asp.net2.0
In try catch blocks one is normal catch block and another is sqlcatchexception block
What is advantage of code behind coding in ASP.NET?
0 Answers Sans Pareil IT Services,
What are the difference between overriding and overloading?
About Postback ?
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
What?s the difference between Response.Write() and Response.Output.Write()?
2 Answers Siebel, Visual Soft,
Can we use multiple web.config files in an sigle appliction?
how to update data using store procedure
How may clustered index we can create in table?
What is machine.config and web.config ?
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)