• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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