开发者

Access an XML file in /App_Data folder of my WCF service?

开发者 https://www.devze.com 2022-12-14 06:29 出处:网络
How开发者_StackOverflow社区 do I access an XML file I added to /App_Data folder in my WCF Service?string fileName = Path.Combine(HostingEnvironment.ApplicationPhysicalPath, \"App_Data\", \"data.xml\")

How开发者_StackOverflow社区 do I access an XML file I added to /App_Data folder in my WCF Service?


string fileName = Path.Combine(HostingEnvironment.ApplicationPhysicalPath, "App_Data", "data.xml");
0

精彩评论

暂无评论...
验证码 换一张
取 消