Summary
When joining a client to Small Business Server (SBS) 2008 or 2011 domain using http://connect or http://connect/package/launcher.exe, the following error message appears:
HTTP: Error 404.2 – Not Found
The page you are requesting cannot be served because of the ISAPI and CGI restriction list settings on the Web server.
The page you are requesting cannot be served because of the ISAPI and CGI restriction list settings on the Web server.
Details
This issue occurs after upgrading from WFBS 6.0/7.0 to WFBS 8.0/9.0. It can also happen during a fresh install of WFBS 8.0/9.0 in SBS 2008 or 2011.
To resolve the issue:
Option 1: Fix the access policy permission of SBS Client Deployment Applications using command prompt.
- Go to Start > All Programs > Accessories.
- Right-click Command Prompt and select Run as administrator.
- Run the following commands:
cd %windir%\system32\inetsrv\appcmd.exe set config "SBS Client Deployment Applications" /section:handlers /accessPolicy:Noneappcmd.exe set config "SBS Client Deployment Applications" /section:handlers /accessPolicy:Read,Script
Option 2: Fix the access policy permission of SBS Client Deployment Applications through the IIS console.
- Open the IIS Manager.
- Expand sites under the Server name and click on SBS Client Deployment Applications.
- Click Handler Mappings.
- Click CGI-exe under the list.
- Under the Actions section, click Edit Feature Permission.
- Untick the Execute option and then click OK.
- Still under Handler Mappings, click ISAPI-dll.
- Under the Actions section, click Edit Feature Permission.
- Untick the Execute option and then click OK.