|
INTERVIEW QUESTIONS
MICROSOFT
DOTNET
DETAILS
Question: What are the authentication methods in .NET?
Answer: 1.WINDOWS AUTHENTICATION 2.FORMS AUTHENTICATION 3.PASSPORT AUTHENTICATION 4.NONE/CUSTOM AUTHENTICATION The authentication option for the ASP.NET application is specified by using the tag in the Web.config file, as shown below: other authentication options 1. WINDOWS AUTHENTICATION Schemes I. Integrated Windows authentication II. Basic and basic with SSL authentication III. Digest authentication IV. Client Certificate authentication 2. FORMS AUTHENTICATION You, as a Web application developer, are supposed to develop the Web page and authenticate the user by checking the provided user ID and password against some user database 3.PASSPORT AUTHENTICATION A centralized service provided by Microsoft, offers a single logon point for clients. Unauthenticated users are redirected to the Passport site 4 NONE/CUSTOM AUTHENTICATION: If we don’t want ASP.NET to perform any authentication, we can set the authentication mode to “none”. The reason behind this decision could be: We don’t want to authenticate our users, and our Web site is open for all to use. We want to provide our own custom authentication
|
|
|
Category |
DotNet Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8277 users |
Added on |
12/21/2010 |
Views |
72491 |
Rate it! |
|
|
Question:
What are the authentication methods in .NET?
Answer:
1.WINDOWS AUTHENTICATION 2.FORMS AUTHENTICATION 3.PASSPORT AUTHENTICATION 4.NONE/CUSTOM AUTHENTICATION The authentication option for the ASP.NET application is specified by using the tag in the Web.config file, as shown below: other authentication options 1. WINDOWS AUTHENTICATION Schemes I. Integrated Windows authentication II. Basic and basic with SSL authentication III. Digest authentication IV. Client Certificate authentication 2. FORMS AUTHENTICATION You, as a Web application developer, are supposed to develop the Web page and authenticate the user by checking the provided user ID and password against some user database 3.PASSPORT AUTHENTICATION A centralized service provided by Microsoft, offers a single logon point for clients. Unauthenticated users are redirected to the Passport site 4 NONE/CUSTOM AUTHENTICATION: If we don’t want ASP.NET to perform any authentication, we can set the authentication mode to “none”. The reason behind this decision could be: We don’t want to authenticate our users, and our Web site is open for all to use. We want to provide our own custom authentication Source: CoolInterview.com
This qution Ans what r uploading types of authentications but not methods which r three is there one of them signout Source: CoolInterview.com
Answered by: bhaskar.k | Date: 12/23/2009
| Contact bhaskar.k
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is the difference between VB6 and VB.Net?
|
View Answer
|
|
What’s the use of System.Diagnostics.Process class?
|
View Answer
|
|
What is an Interface?
|
View Answer
|
|
What is an Abstract class?
|
View Answer
|
|
What is the root class in .Net ?
|
View Answer
|
|
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why.
|
View Answer
|
|
What is the purpose of reserved word “using” in C#?
|
View Answer
|
|
Explain DataSet.AcceptChanges and DataAdapter.Update methods.
|
View Answer
|
|
What do you know about ADO.NET’s objects and methods?
|
View Answer
|
|
Explain how Viewstate is being formed and how it’s stored on client.
|
View Answer
|
|
What should you do to store an object in a Viewstate?
|
View Answer
|
|
Can any object be stored in a Viewstate?
|
View Answer
|
|
What is Viewstate?
|
View Answer
|
|
What exactly is being serialized when you perform serialization?
|
View Answer
|
|
What should one do to make class serializable?
|
View Answer
|
|
What is serialization, how it works in .NET?
|
View Answer
|
|
What is connection pooling and how do you make your application use it?
|
View Answer
|
|
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why.
|
View Answer
|
|
How does output caching work in ASP.NET?
|
View Answer
|
|
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why.
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All DotNet Interview Questions & Answers - Exam Mode /
Learning Mode
|