David
Wed Feb 21 11:39:55 CST 2007
True, the older IIS on XP was far simpler. It was also as insecure as
swiss cheese even though because it ran as LocalSystem.
So yes, it could do anything without getting denied access --
including being hacked. Security requirements has changed from those
simpler times and threats are now directed at you, so you can either
learn to cope with it or get violated -- your choice whether you want
to defend yourself.
For example, XP allowed anyone to modify your files by default. IIS7
does not allow anyone to modify your files by default. You tell me
which approach is more secure, which is "easier", and which makes more
sense.
In your case, you want to enable Anonymous authentication and make
sure the configured anonymous user identity (whatever you have chosen)
has read/write NTFS ACLs to the resources in question (such as the MDB
file). If your application uses the process identity, make sure that
has read/write NTFS ACLs to the resources in question. Of course, if
you "don't know", you can use the pragmatic approach of File Monitory
from sysinternals.com to figure it out.
The steps you need to do are actually exactly the same on IIS7/Vista
as IIS5.1/XP for this task.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Feb 20, 3:53 am, "Prometheus Xex" <nos...@me.com> wrote:
> I guess in my case, I need to allow any user surfing from the web (no need
> to sign in). Whomever is visiting each page, that page intern calls a small
> script which "talks" to MetaTraffic (also on my site) to log user activity.
> MetaTraffic updates/writes this info to a .MDB file in it's directory. So
> the file or the directory itself needs to allow write priveliges no matter
> who is surfing my site. I'm not clear on what action to take by altering the
> server to allow this. The older IIS on XP was far simpler compared to
> Vista's IIS.
>
> - Francis
>
> "David Wang" <w3.4...@gmail.com> wrote in message
>
> news:1171960256.637942.248790@a75g2000cwd.googlegroups.com...
>
>
>
> > The correct user identity depends on server configuration. It is not
> > automatically some given user account no matter what you find on the
> > Internet because that's just wrong.- Hide quoted text -
>
> - Show quoted text -