protected void Page_Load(object sender, EventArgs e)
{
System.IO.File.WriteAllText(@"C:\CallInformation.txt", "Some data");
}
是服务器上的 CallInformation.txt 吗?还是客户端?如果它是服务器,除了指定计算机名称(@“\Workstation\c$\CallInformation.txt”)之外,我怎样才能让它保存文件客户端?