Author |
|
Guests Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 24 November 2004 at 6:53am | IP Logged
|
|
|
Hi,
I have just purchased the MailBee Object Component, copied the asp files to my server, registered the component, entered the license key that was emailed to me but I get the following error;
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/test/list_msgs.asp, line 60
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
I was using the trial version before and I never had this problem.
I'd really appreciate if you could help
Thanks
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 24 November 2004 at 7:30am | IP Logged
|
|
|
This errors usually means IIS anonymous user (IUSR_YOUR_SERVER_NAME) has insufficient rights to use MailBee.
Make sure file permissions allow IUSR_YOUR_SERVER_NAME user to read MailBee.dll file. After setting permissions, execute 'iisreset' command in Start\Run menu to reset IIS and try again.
If it doesn't work (of file permissions had been ok), registry permissions could cause a problem. To check this, add IUSR_YOUR_SERVER_NAME to Admininstators group, reset IIS with 'iisreset' command and try again. It should work now.
If you, however, do not want to keep IUSR_YOUR_SERVER_NAME user in Admininstators group forever, and you're familiar enough with the Windows registry, you can manually set registry pemissions which would allow IUSR_YOUR_SERVER_NAME to access MailBee library. You can use regedt32 utility for this.
Regards,
Alex
|
Back to Top |
|
|