Server.Map alternative in WCF – HostingEnvironment.MapPath
If you are ASP.NET programmer then you already know about Server.MapPath. It is used to map a physical location on webserver for asp.net. You can find more information about Server.MapPath from the following location. http://msdn.microsoft.com/en-us/library/ms524632(v=vs.90).aspx You can still use that in WCF(Windows Communication Foundation) service http bindings. As we know WCF Service can use other