我有幻灯片,可以让我的本地文件夹中的图像显示在我的 Site.Master 页面中。
所以我用:
FileInfo[] files = new DirectoryInfo(Server.MapPath("~" + "/path/blahblah/")).GetFiles();
当我在本地运行项目时它对我来说很好,但现在我改变了我的项目 throw the port http://195.155.10.521:8081
,然后它有一个错误Could not find a part of the path 'D:\path\blahblah\'
。
感谢任何人都可以给我的任何帮助!