Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing an ISAPI filter

Tags:

c++

c#

iis

isapi

I want to develop an ISAPI filter which shall read the headers of an URL, this shall talk to an ASP .NET application . Can this be achieved in C# , or do I need to develop this in C++ , and create a CLI/C++ DLL so that the ASP .NET application can communicate with the C++ dll .

like image 774
Sujay Ghosh Avatar asked Dec 10 '25 03:12

Sujay Ghosh


1 Answers

In .Net you use HTTPModule and HTTPHandlers to accomplish what ISAPI gave you before.

Here is a decent MSDN article: http://msdn.microsoft.com/en-us/library/bb398986.aspx

like image 53
SRM Avatar answered Dec 12 '25 17:12

SRM



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!