Announcement

Collapse
No announcement yet.

Merchant5 Integration problem on IIS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Merchant5 Integration problem on IIS

    Do you need to enable execute permissions on the graphics directory
    for the module to work correctly?

    Code:
     
    We receive the following error: 
    We encountered an error trying to access your server at 
    https://www.yourdomain.com/mm5/graphics/00000001/google/google.mvc?St... 
    -- the error we got is: Sending failed with HTTP response code: 403. 
    Response body was: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
    "http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>The page 
    cannot be displayed</TITLE> <META HTTP-EQUIV="Content-Type" 
    Content="text/html; charset=Windows-1252"> <STYLE type="text/css"> 
    BODY { font: 8pt/12pt verdana } H1 { font: 13pt/15pt verdana } H2 
    { font: 8pt/12pt verdana } A:link { color: red } A:visited { color: 
    maroon } </STYLE> </HEAD><BODY><TABLE width=500 border=0 
    cellspacing=10><TR><TD> <h1>The page cannot be displayed</h1> You have 
    attempted to execute a CGI, ISAPI, or other executable program from a 
    directory that does not allow programs to be executed. <hr> <p>Please 
    try the following:</p> <ul> <li>Contact the Web site administrator if 
    you believe this directory should allow execute access.</li> </ul> 
    <h2>HTTP Error 403.1 - Forbidden: Execute access is 
    denied.<br>Internet Information Services (IIS)</h2> <hr> <p>Technical 
    Information (for support personnel)</p> <ul> <li>Go to <a href="http:// 
    go.microsoft.com/fwlink/?linkid=8180">Microsoft Product Support 
    Services</a> and perform a title search for the words <b>HTTP</b> and 
    <b>403</b>.</li> <li>Open <b>IIS Help</b>, which is accessible in IIS 
    Manager (inetmgr), and search for topics titled <b>Configuring ISAPI 
    Extensions</b>, <b>Configuring CGI Applications</b>, <b>Securing Your 
    Site with Web Site Permissions</b>, and <b>About Custom Error 
    Messages</b>.</li> <li>In the IIS Software Development Kit (SDK) or at 
    the <a href="http://go.microsoft.com/fwlink/?LinkId=8181">MSDN Online 
    Library</a>, search for topics titled <b>Developing ISAPI Extensions</ 
    b>, <b>ISAPI and CGI</b>, and <b>Debugging ISAPI Extensions and 
    Filters</b>.</li> </ul> </TD></TR></TABLE></BODY></HTML>
Working...
X