Access Denied Problem
am 06.12.2007 17:00:15 von Go Live
Hello there,
I get the following errors:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
The call to Server.CreateObject failed while checking permissions.
Access is denied to this object.
I have registered & installed the COM+ objects in my local machine. Is
it because i have no acces to those COM with my machine username and
password.
Re: Access Denied Problem
am 06.12.2007 17:17:48 von reb01501
Go Live wrote:
> Hello there,
>
> I get the following errors:
>
> Server object error 'ASP 0178 : 80070005'
>
> Server.CreateObject Access Error
>
> The call to Server.CreateObject failed while checking permissions.
> Access is denied to this object.
>
> I have registered & installed the COM+ objects in my local machine. Is
> it because i have no acces to those COM with my machine username and
> password.
Hopefully this article will help:
http://www.aspfaq.com/show.asp?id=2091
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Re: Access Denied Problem
am 06.12.2007 19:14:17 von Go Live
On Dec 6, 11:17 am, "Bob Barrows [MVP]"
wrote:
> Go Live wrote:
> > Hello there,
>
> > I get the following errors:
>
> > Server object error 'ASP 0178 : 80070005'
>
> > Server.CreateObject Access Error
>
> > The call to Server.CreateObject failed while checking permissions.
> > Access is denied to this object.
>
> > I have registered & installed the COM+ objects in my local machine. Is
> > it because i have no acces to those COM with my machine username and
> > password.
>
> Hopefully this article will help:http://www.aspfaq.com/show.asp?id=2091
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
Thank you