Disable security message in PivotChart

R

roger.camargo

First question:
Well, my application is just client side, offline cube visualizer.
I'm using OWC10, coding in csharp.

The security message is: "This website is using your identity to access
a data source. If you trust this website, click OK to continue,
otherwise click Cancel.".

In the PivotTable this warning doesn't show up, but when I use the
PivotChart with the same options than the PivotTable, it shows the
warning.

Why in the PivotTable doesn't show and in the PivotChart it does?

I really want to understand this behavior.

Second question:
In design mode (Visual Studio) I insert a PivotTable into a form, then
I set these 2 properties:

ConnectionString
Provider=SQLOLEDB.1;Integrated Security=SSPI;Data
Source=localhost;Extended Properties="Database=Northwind"
CommandText
Select * from Customers;

and the same warning pops up.

Thanks in advance.
(First time posting in USENET)
 
A

Alvin Bruney [MVP - ASP.NET]

Check your internet explorer trusted zone settings. In the absence of these
settings, the security popup will show. To get rid of the security prompt,
simply add the website as a trusted source.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top