Access denied error when using Microsoft Outlook library

  • Thread starter Thread starter Saifee
  • Start date Start date
S

Saifee

hi,
I am using Microsft Outlook library in aspx.vb page,
but when i run the function i get error of access denied
and some user accounts.
Please help!!!!!!!!!

rgds,
Saifee.
 
The work process of ASP.Net runs under a restricted accout ASPNET by
default.

You may edit the machine.config and change the processModel settings. Set
userName=SYSTEM to run it with admin privileges.
 
Back
Top