string path=Directory.GetCurrentDirectory();
Response.write(path)打印出来的当前工作路径竟然是c:\windows\system32
可我的当前工作路径是在c:\Inetpub\wwwroot
我当前的项目就是放在这个路径里的,为什么啊?