Excel Web Access with FORM Authenication
Hi,
I have used FORM Authentication in my application.
When i try to view the Excel Web Access webpart it gives the error
"Unable to delegate credentials. Please modify Excel Services configuration to be consistent with Windows SharePoint Server
[User: aspnetsqlmembershipprovider:monika]."
Does any one knows how to configure excel web access web part using FORM AUTHENTICATION.
Regards
Sumit K
I dont have the solution but i dont think you need to configure the web part, I think you have to configure the excel services at the administration panel.
Can you say what you already tried?
The syntax in the above is slightly wrong and you'll get an operation not recognised message - the following worked for me:
stsadm -o set-ecssecurity -ssp <shared service provider name> -accessmodel trustedsubsystem
etc etc as above
Note there is no hyphen before "set" and the reference to the ssp.
Cheers
Ian McCall