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"/>
Distinguish among a Thread and a Process?
State various limitations of the AJAX.
What improvements are prepared in CAS in .NET 4.0?
Write the difference between the Literal control and Label control?
Specify the way to suppress the final procedure inside the garbage collector forcibly in .NET?
How one can create the ellipse, which is the non- rectangular window?
Write about the AJAX and JavaScript?
Name the different types of authentication techniques which are used in the connection strings to connect the .NET applications with the Microsoft SQL Server?
Briefly describe the term destructor?
Write down some of the benefits of hosting WCF service in the WAS?
18,76,764
1931244 Asked
3,689
Active Tutors
1447123
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!