Server. Createobject access error
I have been snagged by the following error for past 2 days:
"006~ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject
failed while checking permissions. Access is denied to this object."
Any ideas as to why this is caused and how can I correct this?
Thanx
Re: Server. Createobject access error
What object you're trying to access? Since it's talking about permissions
error, obviously the error could be rights related. Try accessing the same
object from VB. However, if you can give the details, perhaps I could help
you better.
Harish
"Gaurav" <gbhargava@kpmg.com> wrote:
>
>I have been snagged by the following error for past 2 days:
>
>"006~ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject
>failed while checking permissions. Access is denied to this object."
>
>Any ideas as to why this is caused and how can I correct this?
>
>Thanx
Re: Server. Createobject access error
If the object you are trying to create is a remote object, and you use Dcom
then
read this article
http://support.microsoft.com/support.../Q198/4/32.ASP
otherwise
Try this link
http://support.microsoft.com/support.../Q278/0/13.asp
"Harish Kumar" <Harish@ChildDuniya.Com> wrote:
>
>What object you're trying to access? Since it's talking about permissions
>error, obviously the error could be rights related. Try accessing the same
>object from VB. However, if you can give the details, perhaps I could help
>you better.
>
>Harish
>"Gaurav" <gbhargava@kpmg.com> wrote:
>>
>>I have been snagged by the following error for past 2 days:
>>
>>"006~ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject
>>failed while checking permissions. Access is denied to this object."
>>
>>Any ideas as to why this is caused and how can I correct this?
>>
>>Thanx
>