Interview Questions

One of the possible way of writing an ASP.NET handler that works like an ISAPI filter- that is ...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

One of the possible way of writing an ASP.NET handler that works like an ISAPI filter- that is ...

One of the possible way of writing an ASP.NET handler that works like an ISAPI filter- that is, that sees requests and responses and modifies them also, is by,
* writing a module that extends FormsAuthenticatonModule and using it
* writing a component class that extends HttpModuleCollection and using it
* writing an HTTP module-a Class that implements IhttpModule and registering it in Web.Config
* All of the above


writing an HTTP module-a Class that implements IhttpModule and registering it in Web.Config

(Continued on next question...)

Other Interview Questions