Problem
User can not deploy a task because the download fails. In the tasklockfile you can find that the files with the extension .config can not be found.
Cause
Some files are not served off of IIS because they are typically part of the building blocks of the website itself.
You can find a list of them tied up in the IIS management setting "Request Filtering".
Image may be NSFW.
Clik here to view.
Solution
- Open Internet Information Services (IIS) Manager on the Core Server.
- Click on the LANDESK website under Sites or Default Web Site
- Open 'Request Filtering' in the center panel.
- Inside the 'Request Filtering' in the 'File Name Extensions' tab, right-click the file extensions that is failing to download (.config) and select 'Remove...' option.
- Start 'command prompt' tool (cmd) and enter following command to restart IIS services: IISRESET
Clik here to view.
