|
 |
aspx_professional thread: Downloading events from the web to user's outlook calendar
Message #1 by "Geeta Kalantre" <dotnetgeeta@h...> on Sun, 24 Nov 2002 00:25:42 +0000
|
|
It sounds as security problem. Standard ASP NET user probably don't have
enough permission to run Outlook COM object. Try use tag <impersonate
username="mydomain\username" password="mypassword"> with othen standard
windows account to verify this theory... See MSDN documentation about
ASP.NET for detail.
HTH
ReS
-----Original Message-----
From: Geeta Kalantre [mailto:dotnetgeeta@h...]
Sent: Sunday, November 24, 2002 1:26 AM
To: ASPX_Professional
Subject: [aspx_professional] Downloading events from the web to user's
outlook calendar
Hi all,
I have an application developed in ASP.NET which shows company
events to
the users. User can visit this page and if they wish they can download
the
event they are interested in their Outlook calendar or also he can also
invite other people in organization.
While I was automating the outlook object from asp.net I get "Access
denied"
error. I tried to do the same in windows application, which works
successfully.
I would appreciate any input if anyone has experienced the same
problem
and has solution to this.
Thanks,
Geeta Kalantre
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
|
|
 |