Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
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 ...
✍: Guest
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
2014-08-25, 1817👍, 0💬
Popular Posts:
Can static variables be declared in a header file? You can't declare a static variable without defin...
What is the difference between const char* p and char const* p? In const char* p, the character poin...
How To Display a Past Time in Days, Hours and Minutes? - MySQL FAQs - Managing Tables and Running Qu...
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
Can you explain different software development life cycles -part II? Water Fall Model This is the ol...