Difference between revisions of "Publishing Troubleshooting"

Line 1: Line 1:
<div class="NavFrame collapsed">
 
  <div class="NavHead">[... This is the title of the hidden content ...]</div>
 
  <div class="NavContent">
 
    [... This content is initially hidden ...]
 
  </div>
 
</div>
 
 
 
 
 
When you click "Connect" in the publishing dialog XLCubed will try to contact your web server.
 
When you click "Connect" in the publishing dialog XLCubed will try to contact your web server.
  
Line 26: Line 17:
  
 
[[File:XLCubedWebConfigIIS6AuthenticationWindows.png|center]]
 
[[File:XLCubedWebConfigIIS6AuthenticationWindows.png|center]]
 +
 +
 +
=== web.config Settings ===
 +
 +
In the bindings
 +
 +
    <security mode="TransportCredentialOnly">
 +
        <transport clientCredentialType="Windows"/>
 +
    </security>
  
  

Revision as of 11:38, 28 February 2011

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.


Windows Authentication

IIS Settings

IIS 5

FluenceXLWebConfigIIS5AuthenticationWindows.png

IIS 6

FluenceXLWebConfigIIS6Authentication.png
FluenceXLWebConfigIIS6AuthenticationWindows.png


web.config Settings

In the bindings

   <security mode="TransportCredentialOnly">
       <transport clientCredentialType="Windows"/>
   </security>


Basic Authentication

IIS 5

FluenceXLWebConfigIIS5AuthenticationBasic.png

IIS 6

FluenceXLWebConfigIIS6Authentication.png
FluenceXLWebConfigIIS6AuthenticationBasic.png