[AdomdConnectionException: A connection cannot be made. Ensure that the server is running.]
If the webserver is the same computer that is the client machine, it works fine, but when I try from another computer it doesn't connect.
I found an article telling that this is a delegation problem
I tried to use basic authentication instead of windows authentication and then it connect just fine.
How can I use windows authentication to connect to analisys server?

