• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved 403 errors on ASP in new domain

jpb1904

New Pleskian
Server operating system version
Windows server 2012R2
Plesk version and microupdate number
Plesk Obsidian Version 18.0.47 Update #5, laatste update op 2022-10-26 00:35
On all my domains the (classic) ASP is working fine, but on the newest I get this error:
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.
The trace shows SECURITY_DENIED_BY_MIMEMAP on index.asp, which is a file with only plain HTML

My question: how can I solve this and why is this occuring specifically on this new domain?
 
Resolved:
- IIS config: add Handler Mapping with the following values:
*.asp
%windir%\system32\inetsrv\asp.dll
ASP classic
 
Back
Top