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 ]
|