Z
Z
Zakharov Alexander2016-02-17 15:11:55
IIS
Zakharov Alexander, 2016-02-17 15:11:55

Is it possible to write an ISAPI filter in C# [yes]?

Hello.
It is required to write a filter for IIS that participates in the analysis of request headers and responds to some. Is it possible to write it in C# (Visual Studio 2015, Windows server 2012)?
Are these filters basically written in C++ or is there some other solution?

Update 2016-02-18 15:34:27 I found a
more or less good example for IIS 7/8 with good explanations here: professorweb.ru/my/ASP_NET/base/level4/4_7.php

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Peter, 2016-02-17
@AlexZaharow

.Net uses HttpModule and HttpHandlers to do what ISAPI used to do.
On MSDN

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question