http://i.stack.imgur.com/p6vo1.jpg

I have an IIS7 with asp.net on it.

I wanted to test the impact of Isapi and Cgi .

enter image description here

However , When I "not allowed" them all + restarted the iis - it still work !

ie : my site still can run !

How is that , and what can i do those CGI's+Ispai's to take affect ?

enter image description here

link|improve this question
feedback

migrated from stackoverflow.com Dec 15 '11 at 21:00

This question came from our site for professional and enthusiast programmers.

1 Answer

The "ISPI and CGI Restrictions" setting is only used when ASP.NET is running under the Classic managed pipeline mode (per-pool setting). When running in Integrated mode, it does not use ISAPI extensions.

You can disable ASP.NET in Handler Mappings by (un)setting the feature permissions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.