Category: ASP.NET

Authentication and Authorization in ASP.NET 1

Authentication and Authorization in ASP.NET

Authentication and Authorization plays important role in ASP.NET. In this article I will explain about Authentication and Authorization and about Authentication types. Impersonation When client sends a request to server, it will provide identity...

State Management Techniques in ASP.NET 0

State Management Techniques in ASP.NET

This article discusses various options for state management for web applications developed using ASP.NET. Generally, web applications are based on stateless HTTP protocol which does not retain any information about user requests. In typical...

2

Error Handling in ASP.Net Ajax Applications

Error Handling in Asp.Net Ajax Applications By default, whenever there are any error occurred in the server side processing when using ASP.Net Ajax, the error message is notified to the user using a message...

Custom Error Page in ASP.Net 0

Custom Error Page in ASP.Net

Whenever any error occurs during the execution of our ASP.net applications we normally show an error page. It is done to hide the technical error information to the user and show a generic error...

ASP.Net Interview Questions and Answers 0

ASP.Net Interview Questions and Answers

Below are the list of ASP.Net Interview Questions and Answers which will ask frequently when you face any .net interviews. 1. What’ is the sequence in which ASP.NET events are processed?  Following is the...