0

Basically I want to integrate an application written in C# with IIS, and this application is not created with ASP.NET but has the ability to output HTML - so what I'm after is hooking into IIS somehow and catching all requests to a "Web Site" (IIS-concept) and allowing my custom application to handle them.

I honestly have no idea where to even start looking at this sort of thing, so any help is appriciated.

tl;dr-version: How would I go about creating something aching to an apache module for IIS ?

1 Answer 1

1

You can do something like this by creating an HttpHandler.

Sign up to request clarification or add additional context in comments.

1 Comment

Sort of yes, since it requires .NET. It is a whole lot easier to write an HttpHandler than it is to roll your own ISAPI filter.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.