Fabrizio Maccarrone wrote:
> Is there ONE way to use getObject via ASP without log on as an
> Administrator?
>
>
> I tried this but doesn't work.
>
> 1) I created an account "example"
> 2) I added it to Operators of my web site.
> 3) I clear the selection in "Anonymous access"
>
> I try to navigate my ASP pages after authentication but...permission denied
> on "getObject" instruction.
>
> When I log on my web pages as Administrator...all works fine.
>
> Any help appreciated.
>
> Regards.
>
Well, you may set up your scripts to work with an identity of an
account, which has administrative rights on your box. Basically, you need:
IIS5: to create an application as a high (isolated) process then run
Start > Programs > Admin Tools > Component Services > expand to COM+
Application > find application > set identity.
IIS6: create a separate application pool and set an identity. Assign
this application pool to your virtual web site.
-Andrey<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: IIS 5 and getObject probs...