Permission denied: 'CreateObject' - error '800a0046'
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS Server Security > Permission denied: 'CreateObject' - error '800a0046'




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Permission denied: 'CreateObject' - error '800a0046'  
Luca Ferrari


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-07-05 12:49 PM

Hi, I have a problem with the  asp file

<%
dim objWebDav
set objWebDav = CreateObject("WebDavRedirect.Redirect")
objWebDav.Redirigi "http://testdevserver02.gmserv.com/prova.asp"
set objWebDav = Nothing
%>

The error message is

Microsoft VBScript runtime error '800a0046'
Permission denied: 'CreateObject'
/test.asp, line 3

I have create a COM+ Application named WebDavRedirect with
security   --> packet/impersonate
identity    --> this user
activation --> server application

Thanks





[ Post a follow-up to this message ]



    Re: Permission denied: 'CreateObject' - error '800a0046'  
Jason Brown [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-07-05 12:49 PM

Does the ASP page require authentication? If it doesn't, then it'll be
instantiating the component in the context of the IUSR guest account, which
is a low privilege account. try it with a stated identity in the package
properties.


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.


"Luca Ferrari" <Luca Ferrari@discussions.microsoft.com> wrote in message
news:657C64DF-353B-438B-B530-2B9996AE6422@microsoft.com...
> Hi, I have a problem with the  asp file
>
> <%
> dim objWebDav
> set objWebDav = CreateObject("WebDavRedirect.Redirect")
> objWebDav.Redirigi "http://testdevserver02.gmserv.com/prova.asp"
> set objWebDav = Nothing
> %>
>
> The error message is
>
> Microsoft VBScript runtime error '800a0046'
> Permission denied: 'CreateObject'
> /test.asp, line 3
>
> I have create a COM+ Application named WebDavRedirect with
> security   --> packet/impersonate
> identity    --> this user
> activation --> server application
>
> Thanks







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:39 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register