« Previous Next »

Thread: HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

Last post 07-28-2009 2:17 PM by davcox. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 07-17-2009, 6:27 PM

    • ramindya
    • Not Ranked
    • Joined on 07-17-2009, 10:13 PM
    • Posts 1

    HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

     Hello,

     I am a beginner in IIS and web technologies.

     I am trying to test a helloworld test application which is " helloworld.cgi " written in perl.

     Steps I have done till now :

     In the Internet Information Services, I have added virtual directory called cgi-bin. Th cgi-bin is located in the inetpub/wwwroot directory. FYI: I can see CGI in the IIS.

    When I type http://localhost/cgi-bin/helloworld.cgi,I am getting the following error. 

    Can somebody help in resolving the issue ? or can some body give me a step by step guide

    for testing a helloworld.cgi application using IIS 7.0 in windows visat home premium edition.

     

    Given below is the error that I am getting.........

    HTTP Error 404.3 - Not Found

    The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

     

    Thanks in advance.

     

     

     

     


  • 07-28-2009, 2:17 PM In reply to

    • davcox
    • Top 50 Contributor
    • Joined on 07-21-2006, 2:28 PM
    • Redmond
    • Posts 217

    Re: HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

    You need to add a mapping to your ".cgi" files so that IIS knows to give them to a "handler" ... which in this case is your perl engine.

    Here are some links to help with setting this up:

    http://technet.microsoft.com/en-us/library/cc754147(WS.10).aspx 

    (The technical details on the configuration setting are here:
    http://msdn.microsoft.com/en-us/library/ms691481.aspx  )

    Dave

Page 1 of 1 (2 items)
Microsoft Communities