Techniques to authenticate user
List the various techniques to authenticate the user in ASP.NET?
Expert
We can employ one of the following ways to authenticate the user to select a built-in authentication provider which are as follows
• Passport - This method works with the Microsoft Passport authentication, the syntax is as follows: <authentication mode = "Passport"/>
• Windows Authentication - This method works as a default authentication technique. This can work with any form of the Microsoft Internet Information Services i.e. IIS authentication, like Integrated Windows authentication (NTLM/Kerberos), Basic, Digest, and certificates. Syntax of the Windows authentication mode is as follows: <authentication mode="windows" />
• Forms Authentication – this mode can be described as a default authentication mode using the following code: <authentication mode="Forms"/>
What is data type and how many types of data types are there in .NET ?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Explain the use of a Connection object?
Describe ExpandoObject and DynamicObject classes.
Write down the steps for executing a LINQ query.
Write about features that are added in the .NET Framework 4.0.
Differentiate between the HyperLink control and the LinkButton control?
Explain the term Merge Module projects?
Describe the differences between the Server-side and Client-side code?
Specify the function of CheckState property of the CheckBox control?
18,76,764
1926163 Asked
3,689
Active Tutors
1459248
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!