• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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