have made an application for mobile online access to PIM information on
an exchange server. The tools used was CDO 1.21, ASP.NET and Mobile
Internet Toolkit 1.0. The application runs so that the anonymous user is
an
account with access to the mailboxes of other users

I have two problems now:
1. I cant store the MAPI.Session as a Session variable in ASP.NET. It
gives me an  [E_ACCESSDENIED(80070005)]] when using the session to access
any property. Instead I have to recreate the session on each postback and
logoff at end of response, something that slows down the application
significantly. Anyone know a trick to get it to work. I know the
individual pages had to have the aspCompatible property set to true so the
threading model is compatible with CDO. Is the reason above somewhat
related to this? I really really need to make the application faster and
use less resources

2. I have problems that sometimes when I install the application on other
machines, especially machines with Windows XP and Office XP, the
application freezes or times out when accessing properties after
MAPI.Session.Login(). Any reason for this? I have written a small c# forms
application using cdo 1.21 that works on the same machines so I guess
there
is no problem with .NET xp and cdo combination (maybe asp.net?). Any help
on
these two issues is greatly appreciated

If this is not the right group to post to please advice somewhere else

Thanks Erik

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to