<%set Myfileobject=server.CreateObject("scripting.filesystemobject")
mydrive=set myfileobject.getdrive("f:\")
...
%>
上面代码运行后会出现http500错误。