I searched the IIS7 MSDN database, but I can’t find specific material on how to create custom C # .NET extensions for IIS7, I know that earlier in IIS6 you had to write an ISAPI extension in C ++, if you want to say plug my own scripting language for websites (this is what I want to do), but in IIS7 you have to write it using C # .NET and use the new IIS7 plugin architecture ... but I cannot find any sodding files about how to do it.
Anyone want to point me in the right direction?
source
share