I want to use an executable (.exe, .dll) application on my domain. But when I try to browse this application it fails with
`404 Not Found`.
How can I make executable applications work on Plesk server?
RESOLUTION
This is IIS behavior and does not depend on whether is Plesk installed on the server or not. All executable applications that you want to use on web-sites should be registered in IIS as allowed web server extension.
To register them, follow these steps:
1.
Open IIS management console > Web Service Extensions > Right click > Add New Web Service Extension…
2.
Set extension name.
3.
Add that executable application which you want to use.
4.
Check `Set extension status to allow` check box.
5.
Commit.
Note: To register web server extension you should have an administrator access to a server. If you don’t have this access, you need to contact server administrator.
Keywords: executable applications .exe .dll 404 not found