I am trying to setup a client from the Internet to connect to my CRM server and I am getting a http 401 Unauthorized error. I can browse directly to the site with not issues.
I have done these steps so far.
Followed some directions from http://www.sadev.co.za/node/155 which said to use the sql code below then restart IIS and Async services and that didn't work.
USE MSCRM_CONFIG
Update DeploymentProperties SET NVarCharColumn = 'myserver:50000' WHERE ColumnName = 'AsyncSdkRootDomain'
Update DeploymentProperties SET NvarCharColumn = 'myserver:50000' WHERE ColumnName = 'ADSdkRootDomain'
Update DeploymentProperties SET NvarCharColumn = 'myserver:50000' WHERE ColumnName = 'ADWebApplicationRootDomain
I have verified that the host header is my FQDN.
Server is MS Win 2003
IIS 6
CRM 4.0
Trying to use Outlook CRM Configuration wizard.
THank you.