03-17-06 10:54 PM
Paul wrote on 17 mrt 2006 in microsoft.public.inetserver.asp.general:
[please do not toppost on usenet]
> Thank you for replying. You must have posted at the same time I did.
>
> My server control panel has a tool to set what level of permission
> that browsers have. It allows none, read, read/write, or
> read/write/delete for any user, including anonymous browsers.
You are talking about permissions of internet or intranet connections.
That is not the same as a browser permission. a browser permission is a
clientside permission to access clientside HDs.
> I'm still trying to figure the permissions side of things out, as now
> I have removed all access for browsers yet it functions properly. That
> fits your statement about ASP code not requiring browser access
> privilege. However, the odd thing is that an administrative user with
> full RWD privileges is getting Permission Denied errors on the same
> script.
You could change the standard permission set for the IIS owner, but I would
in general not do that, exept for one directory, like a cgi directory.
You could later forget what you had set them to, creating a security risk.
Just choose the right directory for the task at hand.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
[ Post a follow-up to this message ]
|