RE: GP Web Client HTTP Error
In IIS Manager, click on the site you have Web Client installed on and then click into 'Authentication'. Verify that only Anonymous Authentication shows as enabled.
Under that same site, click on the 'GP' directory and then 'Authentication' again, verify that Anonymous Authentication and Forms Authentication are both enabled. Forms Auth should show 'HTTP 302 Login/Redirect' for the Response Type.
The 'WebManagementConsole' would have 'Anonymous Authentication' and 'Windows Authentication' enabled, with Windows Auth showing 'HTTP 401 Challenge' for the Response Type.
If you make any changes, run an IISRESET and test Web Client again.
As well, click on the IIS site you have Web Client installed and then go into Bindings. For the HTTPS binding, verify the following settings are true/correct:
--Type: https
--IP Address: All Unassigned
--Port: 443
--Host Name: <blank>
--'Require Server Name Indication' option - unmarked
--SSL Certificate >> should be the name of your SSL certificate being used for Web Client.
Again, if you make any changes, run IISRESET and test Web Client again.
Also, when you get that message, what shows in Event Viewer on the server where Web Client is installed, specifically in the 'Dynamics' log?
Has this Web Client ever worked or not at all yet?
Thanks