![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I know there are topics addressing this subject, but my problem is not covered by them. I have a aspx 2.0 application connecting to Analysis Services 2005. When I open and run the application in Vs.net 2005 via the file system it works fine. When I open and run it via IIS it fails to connect to analysis server (giving the message "Provider cannot be found. It may not be properly installed.") My first thought was that this must be a permissions issue, relating to the user accounts that are being used by either the Asp.net process of the internet IUSR account etc. However adjusting permissions in all kinds of ways made no difference. The connection string I am using is: "Provider=MSOLAP.3;Data Source=XEON;Integrated Security=SSPI;Initial Catalog=OLAPDemo") Any help much appreciated. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
identity impersonate="true" userName="xxxx" password="xxxx" / |
|
Thanks for responding, Darren, however this is not the solution to my problem. The provider for Analysis Services 9 is installed on the server. Also, don't forget that the web site runs fine in VS.net 2005 when I load it via the file system eg. c:\inetput\wwwroot\sitename\default.aspx It only gives me the error when I load it via http eg. http://localhost/sitename/default.aspx My latest thought was to use impersonation in the web.config eg. identity impersonate="true" userName="xxxx" password="xxxx" / but this also made no difference. |
![]() |
| Thread Tools | |
| Display Modes | |
| |