|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Permission denied: 'CreateObject' - error '800a0046'<% 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 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. -- Show quoteHide quoteJason Brown Microsoft GTSC, IIS This posting is provided "AS IS" with no warranties, and confers no rights. "Luca Ferrari" <Luca Ferr***@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
Getting prompted on IIS web
IIS 5 Compromisation client certificates What is HTTP compression ? Strange IIS 5 problem with client certificates ASP.NET making COM calls on IIS6 Indexing Service, web page, no results... Permissions? prevent local security policy override Passing credentials from IIS to another resource Crashing IIS |
|||||||||||||||||||||||