Access problems datafactoryservice

Vote:
 

I have a web farm scenario where I have problem to set up external web sites to be able to share cache.

I get "Object Moved to.." when I try ping one of the servers. The other works fine. I can see no difference between the two servers' configuration.

web.config:

<location path="WebServices" >
    <system.web>
      <authorization>
        <allow roles="WebServices,Administrators" />
        <allow users="SSESIWS50\EPiCache" />
        <deny users="*" />
      </authorization>
    </system.web>
  </location>

When trying to call webservice directly in browser it works fine for one of the servers but for the other I can't log in. The user EPiCache has full rights to the Webservices folder.

 What might be the reason?

 I use epi 4.61, windows server 2003

Björn.

#28281
Mar 01, 2009 17:30
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.