HttpHandler vs HttpModule – What is the simple difference?December 24, 2023Interview Q&ABoth HttpHandler and HttpModule are core to the ASP.NET MVC framework. In .NET Core applications, these are replaced by Middlewares
Where is Session stored?February 22, 2021Interview Q&A Session is stored on the server-side while the ID of the session resides on the client browser as a Session cookie. In the server, the Sessions are managed by the module w3wp.exe