Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ISAPI and CGI Restriction list settings on the Web server in IIS 8.5

Tags:

iis

iis-8

I've create a new website in IIS 8.5 to host classic asp page. I've choosen .net 4 as CLR framework and enabled classic mode.

I'm getting error "The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server" when I try to fun website.

I believe ISAP & CGI restrictions are already available. Am I still missing something?

like image 833
user1480864 Avatar asked Nov 25 '13 21:11

user1480864


People also ask

What is ISAPI and CGI Restrictions in IIS?

The <add> element in the <isapiCgiRestriction> collection allows you to specify individual Common Gateway Interface (CGI) and Internet Server Application Programming Interface (ISAPI) applications that can run on Internet Information Services (IIS) 7.

How do I enable ISAPI DLL in IIS 8?

Windows 8 or Windows 8.1In Control Panel, click Programs and Features, and then click Turn Windows features on or off. Expand Internet Information Services, expand World Wide Web Services, expand Application Development Features, and then select CGI or ISAPI Extensions. Click OK. Click Close.

How do I enable ISAPI in IIS?

In the Web Server (IIS) pane, scroll to the Role Services section, and then click Add Role Services. On the Select Role Services page of the Add Role Services Wizard, select ISAPI Filters, and then click Next. On the Confirm Installation Selections page, click Install. On the Results page, click Close.


1 Answers

  1. Open IIS and click the server name.
  2. Double click ISAPI and CGI Restrictions
  3. Right click ASP.NET v4.0.30319 and select allow
like image 125
Apparao Avatar answered Oct 21 '22 02:10

Apparao