Hello,
i'm developed a wcf Service (C#) to host under iis 7.5. This Service should read Data from a SSAS(2005) and create Excel-files. Every thing works fine, but i can't connect from my wcf Service to SSAS. For the Connection the Adomdconnection is used. My connection string is working fine on a console Application, but on my wcf Service the "User ID and Password" from the connection string are not used. The Service used as User the Machinename and not the user from the connection string. My Knowledge of IIS is very restricted. The IIS and SSAS are running on different machines. Is this a Authentication Problem from the IIS? On the SSAS Server i have no access.
greeting Gerald
Sorry for my bad english.