IIS Plug-in

  • Thread starter Muhammad Aftab Alam
  • Start date
M

Muhammad Aftab Alam

Hello All
is it possible to write plug-in for IIS with c#,
if so what path should I follow to get to what I want.

best regards
Muhammad Aftab Alam
 
E

Ed Courtenay

Muhammad said:
Hello All
is it possible to write plug-in for IIS with c#,
if so what path should I follow to get to what I want.

best regards
Muhammad Aftab Alam

As far as I'm aware, you can't write ISAPI filters for IIS in C#
(although someone may well prove me wrong!).

However, depending on what you're trying to do, you may well find that
IHttpHandler or IHttpModule allows you to do what you want to do with
ISAPI - a bit more information as to what you're trying to do might help.
 
N

N.K

What you mean by Plug in ? For what purpose you need ? - Based on that
only answers can be given !

Cheers
Nirmal
 
M

Muhammad Aftab Alam

I actually want to process the SSL certificates client sends to the IIS.
I actually want my Plug-in to check the revocation of SSL client
certifiactes.
best regards
Muhammad Aftab Alam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top