Hmm, didn't think about the mapped drive to mitigate a part of ASP Path
Tranversal... but it seems to work for me on IIS5 from a mitigation
perspective.
It doesn't work for logging, though, as IIS insists on a local partition
there (logging to UNC is just not a good idea).
Another thought -- this is the sort of server that we'd like to recommend
users consolidate using the upcoming "Virtual Server" technology. You can
create a replica of this server as a virtual machine and run it on a
modern-day PC (which you can upgrade as needed), and the virtual machine's
HD can always grow as needed (limited by physical HD space). No Partition
Magic needed.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
[quoted text, click to view] "NK" <anonymous@discussions.microsoft.com> wrote in message
news:082e01c3c5eb$648d63c0$a101280a@phx.gbl...
Hello,
I have run into a problem and I wanted to run my idea by
the group to receive your feedback on it.
I would like to follow the best practice of putting the
system, web content and log files in different drive
partitions. However, I have to do this on an existing web
server with all these three on the C drive. I don't have
the option to rebuild it, nor do I have Partition Magic
or any similar tool. So, using separate drive partitions
is not possible.
Instead of partitioning my disk, if I share the Inetpub
folder and then map it to a different drive letter, would
I achieve the same effect (mitigation of directory
traversal attacks) as if I were to use a genuine drive
partition? Using a different partition for the logs would
prevent a denial of service attack (by filling up the
system partition) from taking place. Is this also
achievable by using a mapped drive?
Thanks in advance! I appreciate your help.
Best regards,
NK