|
-
Jan 30th, 2005, 12:07 AM
#1
Re: The call to Server.CreateObject failed while checking permissions. Access is deni
You probably need to set permissions on msvbvm60.dll. Right click it, give everyone full control.
If that doesn't work, it'll have to be the MDAC files on your machine, but I think it should be msvbvm60.dll.
-
Jan 30th, 2005, 12:24 AM
#2
Re: The call to Server.CreateObject failed while checking permissions. Access is deni
 Originally Posted by mendhak
You probably need to set permissions on msvbvm60.dll. Right click it, give everyone full control.
If that doesn't work, it'll have to be the MDAC files on your machine, but I think it should be msvbvm60.dll.
I think I came accross this error before. Its to do with permission, more specifically when CreateObject is performed IIS uses the default account(IWAM_User or something like that) which does not have the permission to create an instance. There was a knowledgebase article on how to resolve it. If I can dig it up I will post it.
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Jan 30th, 2005, 12:27 AM
#3
Re: The call to Server.CreateObject failed while checking permissions. Access is deni
Do you mean IWAM_xyz or IUSR_xyz?
-
Jan 30th, 2005, 02:55 PM
#4
Thread Starter
Fanatic Member
Re: The call to Server.CreateObject failed while checking permissions. Access is denied t
Can someone try my code and tell me if it works for you...
-
Jan 30th, 2005, 08:39 PM
#5
Lively Member
Re: The call to Server.CreateObject failed while checking permissions. Access is deni
I encounted this problem many time before now my computer. All you need to do is add (IUSR_COMNAME) or Internet Guest Account and allow the permission to Full Control.
Irwin
-
Jan 30th, 2005, 08:41 PM
#6
Thread Starter
Fanatic Member
Re: The call to Server.CreateObject failed while checking permissions. Access is denied t
How do I do this... I am new to permissions, etc... Your help is appreciated...
-
Jan 30th, 2005, 10:39 PM
#7
Lively Member
Re: The call to Server.CreateObject failed while checking permissions. Access is deni
Simple, you right click on the object you want to open and go to Security tab and click on the button Add. Then find the IUSR_YOURCOMNAME and add it. After adding just allow Full Control. My workstation is win200 hope it is the method with win XP.
Irwin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|