I know nothing about the component, but I suspect that you have a
security-related issue and that your "solution" on XP was incorrect. You
never try to solve an application security problem by forcing the user to
log in (which was your "solution"). You need to figure out what
security-related issue your application has, and then configure the server
appropriately. This may involve forcing user authentication, but you need to
know why.
Well, now you need to figure out why.
My suspicion is that ExportPicture may be trying to write a file to a
location, and your current identity is not able to. Use FileMon or RegMon
from
www.sysinternals.com to see if there is any access denied.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Amine" <Amine RemoveThis @discussions.microsoft.com> wrote in message
news:4A2640CC-09FE-415A-B47C-10DA6FB75ACC@microsoft.com...
Hi all,
Could somebody please enlighten me with the following issue:
I have an apllication that uses OWC11 to generate a chart.
Everything works fine until i try to use ExportPicture.
I get an Access denied exception which I tried to resolve by making sure
that the authentication was set to windows integrated, UNCHECKED allow
anonymous access, and finally used <identity impersonate= "true" />.
Unfortunately this did not resolve the issue. This works on Windows XP
Please help!!
Many Thanks