Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个非常 WCF 服务,我需要在其中包含一个小的 csv 文件,
所以这是我已经尝试过的:
现在假设我想从 WCF 服务中访问该文件,我该怎么做?
这里是:
var filepath = HostingEnvironment.MapPath("~/simple.csv");