且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

下载并保存aspx页面

更新时间:2023-12-05 15:57:40

如果您需要保存文件,用它来获取应用程序的路径。

If you need to save a file use this to get the application path

Server.MapPath(@"filename.txt");

试试这个,因为当你只在您尝试访问Microsoft.Net文件夹中的Web服务器写入的文件名。

Try this because when you only write the filename at an web server you are trying to access to a Microsoft.Net folder.