ASP Classic pages do not work: HTTP Error 404.x - Not Found

Plesk for Windows

https://support.plesk.com/hc/en-us/articles/213936405-ASP-Classic-pages-do-not-work-HTTP-Error-404-x-Not-Found

Symptoms

ASP Classic pages not working properly. The following error message displayed when you open site from the server itself.

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

HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.

Cause

1) Handler mapping was not configured.

2) 32-bit mode is disabled in Application pool for domain.

Resolution

Via Plesk Interface:

  1. Log into Plesk.
  2. Go to Domains > example.com > Hosting Settings and enable Microsoft ASP Support:

Manually via RDP:

  1. Log into the server via RDP.
  2. Go to IIS > Sites > example.com > Handler Mapping > Add Script Map.
  3. Enter the following information:

    RequestPath: *.asp
    Executable: %windir%\\System32\\inetsrv\\asp.dll
    Name: ASPClassic
    Request Restrictions: File
    Verbs: GET,HEAD,POST
    Access: Script

    Click Install Click Install Click Install Click Install
  4. Make sure that Application pool works in 32-bit mode via IIS > Application Pools > DOMAIN_APP_POOL_NAME > Advanced Settings and set Enable 32-bit applications to True:
    2018-04-05_21_57_56-mRemoteNG_-_confCons.xml.png
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Demo ทดลองใช้งาน Plesk Control Panel

Demo Plesk Admin – 10 domains Login: admin Password: panel...

แก้ปัญหาลิงก์ภาษาไทย WordPress บน IIS หรือ Parallels Plesk

เปิดไฟล์ web.config ก็อปโค้ดด้านล่างไปวางแทน <?xml version="1.0" encoding="UTF-8"?>...

วิธีการเปลี่ยน IP ของ Plesk server?

How to change the IP address of Plesk server? Connect to the server using SSH. Generate a...

วิธี Update Disk Usage ใน Plesk?

Connect to the server via SSH or RDP. Use the statistics utility to calculate web page...