Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ISAPI Settings not visible in IIS7

I wish to do some settings in IIS7 which could run asp.net 1.1 websites.For that some settings in ISAPI and CGI Extensions are required. But when Opened IIS 7 i couldn't locate any of those. I have enable all IIS features from Programs and Features in Control Panel

I am using W7 32bit Enterprise Edition

Thanks

like image 756
xorpower Avatar asked Oct 24 '25 18:10

xorpower


2 Answers

Make sure you select the server node in the Connections view on the left.

Are you sure the ISAPI Extensions feature is installed?

Internet Information Services > World Wide Web Services > Application Development Features > ISAPI Extensions

like image 138
Paulus E Kurniawan Avatar answered Oct 26 '25 15:10

Paulus E Kurniawan


This can be done by going into Start -> Program files -> Programs and features -> turn windows features on/off ->

Then in the tree structure find

Internet Informatiuon Service -> World Wide Web Services -> Application Development Features

and make sure the ISAPI Extension and ISAPI filter is checked (depending on what you want).

See for more help:

http://www.iis.net/learn/install/installing-iis-7/installing-iis-on-windows-vista-and-windows-7

like image 38
joecop Avatar answered Oct 26 '25 15:10

joecop