User775617044 posted
Hi all,
I've got an isapi extension usually running on iis 6. Now it should work on iis 7.5 and it's allright when I perform some standart steps for it's virtual directory in iis console like enabling of isapi extension and execution of it etc.
Also in iis 6 i've used special app performing all registration steps including configuring of virtual directory. For configuring virtual directory i've used IMSAdminBase standart iis interface. I can do following with iis 7.5 only if i set a
support of iis 6 in iis managment console.
So, how can I set standart steps for configuring isapi extension in iis 7.5 from code? it's not enough to use IMSAdminBase, cause it knows nothing about iis 7.5. May be there is the same standtart interface for iis 7.5 like IMSAdminBase
for iis 6.0?
Thank you all.