HttpContext.Current is null in the WebAPI project
Environment:
VS2013
.NET 4.5
WebAPI project
I try to get a "MapPath" path for some dir, but in the WebAPI project "HttpContext.Current" is NULL
How example:
string path = HttpContext.Current.Server.MapPath("~/Some/Path");
Please. Help me!