C
caeriel
I have a .NET web app (running on IIS webserver) that needs to seamlessly
create an appointment in the user's Outlook(2003) calendar. I don't have
access to exchange so that's not even an option.
I've been able to create appointments in my Outlook using a .NET web app
from my development environment where I have IIS running on my system as well
as Outlook installed on my system. Worked nicely. But when I tried to run
it on a remote IIS webserver where Outlook is not installed it failed
miserably. I've looked into installing Outlook on the IIS server, but
everything I've read indicates that Outlook doesn't work well in that
environment. Additionally, Outlook will not have access to the user's
profile.
Since the user has Outlook open and I don't have to access the profile I've
tried using ActiveX to load Outlook.Application client-side but ActiveX has
been blocked.
Any ideas?
Any help appreciated.
caeriel
create an appointment in the user's Outlook(2003) calendar. I don't have
access to exchange so that's not even an option.
I've been able to create appointments in my Outlook using a .NET web app
from my development environment where I have IIS running on my system as well
as Outlook installed on my system. Worked nicely. But when I tried to run
it on a remote IIS webserver where Outlook is not installed it failed
miserably. I've looked into installing Outlook on the IIS server, but
everything I've read indicates that Outlook doesn't work well in that
environment. Additionally, Outlook will not have access to the user's
profile.
Since the user has Outlook open and I don't have to access the profile I've
tried using ActiveX to load Outlook.Application client-side but ActiveX has
been blocked.
Any ideas?
Any help appreciated.
caeriel