in reply to OLE object creation from browser returns error

The problem is that permission to create OLE objects is different from permission to connect to the wbem server. If the user that the script is running as doesn't have permission to create OLE objects, you'll never even get to the point of being able to log in to the server with the supplied username/password. So I'd say you're out of luck, unless you can get an administrator to help you out with the permissions.
  • Comment on Re: OLE object creation from browser returns error

Replies are listed 'Best First'.
Re^2: OLE object creation from browser returns error
by Amar (Sexton) on May 25, 2005 at 11:36 UTC
    thank u for a speedy reply.

    I am able to create OLE Object and unable to connect to wbem server.

    To connect to wbem server i am using administrator username and password without sucess.

    May be IIS always uses Iusr_ComputerName account to connect to Wbem server.Am i right!!!!. If so, is there a work around