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.
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.