Find jobs | Company-wise jobs
Jobseekers | Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Interview Q&A Tutorials Oracle Sql server .NET Java Soft skills CV GD Work from home Online practice test FAQs in PDF Books Jobs FAQs

Authentication and Authorization

ASP.NET Authentication and Authorization - Interview questions

<<Previous  Next>>
Define Authentication and Authorization.

Authentication is the process of verifying user's identity. Authorization is the process of granting privilege to authenticated user. The user is validated using authenticated process and then the authorization process identifies if the user has access to a given resource.................
Read answer

What is the authentication mode available in ASP.NET?

ASP.NET supports three authentication modes through the System.Web.Security namespace. Windows Authentication: The windows authentication authenticates users based on their windows accounts. In short, it uses windows network security. It uses IIS to perform authentication...................
Read answer

How do you set authentication mode in the ASP.NET application?

You can set authentication mode using web.config file.
<authentication mode="windows">
<authentication mode="passport">
<authentication mode="forms">.................
Read answer

List out the difference between windows authentication and form authentication.

Windows authentication uses windows account whereas form authentication maintains its own user list. Windows authentication is best suited for the application which is meant for a corporate users..............
Read answer

How do you impersonate the authenticated user in ASP.NET?

Impersonation means delegating one user identity to another user. In ASP.NET, the anonymous users impersonate the ASPNET user account by default...............
Read answer

How do you provide secured communication in ASP.NET?

ASP.NET provides secured communication using Secure Sockets Layer. The application to use SSL need to have an encryption key called a server certificate configured in IIS................
Read answer

<<Previous  Next>>
Describe how the ASP.NET authentication process works.

ASP.NET runs inside the process of IIS due to which there are two authentication layers which exist in the system.............

Explain the ways of authentication techniques in ASP.NET

Custom authentication needs installation of ISAPI filter in IIS.........

Windows authentication.

If windows authentication mode is selected for an ASP.NET application, then authentication also needs to be configured within IIS since it is provided by IIS............

Passport authentication

Passport authentication provides authentication using Microsoft’s passport service............

Forms authentication

Using form authentication, ones own custom logic can be used for authentication............

Explain how authorization works in ASP.NET

ASP.NET impersonation is controlled by entries in the applications web.config file...........

ASP.NET Interview questions part 5 includes following questions with answers

Describe use of error pages in ASP.NET. | Explain tracing in ASP.NET | What is the use of ComVisible attribute? | Define Windows and Forms authentication. | What is Secure Sockets Layer (SSL) security? | Why is the Machine.config file? | Explain how to distribute shared components as part of an installation program? | Define Unit testing, Integration testing, Regression testing. | Define HTML and XML.

ASP.NET and its Methodologies

ASP.NET attempts to make the web development methodology like the GUI development methodology by allowing developers to build pages made up of controls similar to a GUI...............

Problems ASP.NET Solves

Microsoft has released various web application development methodologies since the shipment of IIS in Windows. Why do developers need ASP.NET? What problems does ASP.NET solve that the previous development methodologies did not solve?............

ASP.NET issues

The truth is that ASP.NET has several issues that need to be addressed.............

ASP.NET Handling the DataList control events

The Repeater, DataList, and DataGrid controls support event bubbling. What is event bubbling? Event Bubbling refers to the ability of a control to capture the events in a child control and bubble up the event to the container whenever an event occurs........

 

Want to be hunted by potential employers? Just submit your key skills!

Popular FAQs

.NET .Net Architecture ADO.NET Java Oracle C#.NET
VB.NET DOT.NET AJAX ASP.NET NET Framework OOPS in .NET
C++ Sql Server Data warehousing EJB MySQL Linux
PHP UML Networking Testing XML  
 
Copyright © 2008 - 2010 CareerRide.com. All rights reserved.