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"/>
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Compare and contrast in brief the C# and Visual basic.NET?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
Describe the role of new keyword in brief.
Explain about the different services provided by the DLR to CLR.
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
Define the term tracing? And also explain that where it can be used?
Write the difference between the WindowsDefaultLocation and WindowsDefaultBounds properties?
Briefly explain about ToolTip control. In what way we can associate it with another control?
What do you mean by the term Routed event?
18,76,764
1938791 Asked
3,689
Active Tutors
1437070
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!