WCF project in a Test harness.
Why would HttpContext.Current.Server.MapPath("~/"); or HttpContext.Current.Server.MapPath(".");
fail in my test?
I am attempting to put together a PDF building module for existing app. I have to identify where to write the final output.
TIA