请教下asp.net在 windows7+iis7环境中的权限有关问题

请问下asp.net在 windows7+iis7环境中的权限问题。
系统为Windows7 旗舰版 + iis7
一直以来,以为asp.net网站的访问权限默认情况下只能访问部署所在目录。

例如某网站我部署在 f:\web

可下面的语句却都能正确执行
   File.Copy("e:\\123.txt", "f:\\123.txt", true);
   File.Delete("f:\\123.txt");

我想问一下,
1. asp.net网站执行时用的windows哪个账号的权限(windows2000好像是aspnet,Windows7,Windows2003呢?)
2.系统我没做过任何权限设置(NTFS),以f盘为例,权限为
Authenticated Users
System
Administrators
Users

可为什么会出现可以操作非站点目录。

谢谢!


------解决方案--------------------
e:和f:->属性->把users和everyone的帐号都给去掉

f:\web\www  只单独附给web 下方的www文件夹(也可以是其它文件)users的权限