Publishing Troubleshooting
Revision as of 11:41, 28 February 2011 by Colin Overton (talk)
When you click "Connect" in the publishing dialog XLCubed will try to contact your web server.
If this fails an administrator can check the following to try to resolve the problem.
Contents
[hide]Windows Authentication
IIS Settings
IIS 5
Right click the XLCubedWeb foldaer and select "Properties"
IIS 6
web.config Settings
In the bindings section the security should be as follows for each binding.
<security mode="TransportCredentialOnly"> <transport clientCredentialType="Windows"/> </security>
Basic Authentication
IIS Settings
IIS 5
IIS 6
web.config Settings
In the bindings section the security should be as follows for each binding.
<security mode="TransportCredentialOnly"> <transport clientCredentialType="Basic"/> </security>