bundler / setup (LoadError)

string tempDirectory = Session.SessionID.ToString();
string location = Path.Combine(Server.MapPath(
    WebConfigurationManager.AppSettings["PathSet"].ToString()), tempDirectory);
if (!Directory.Exists(location))
{
    Directory.CreateDirectory(location);
}
string fileName="abc.pdf";
filePath = Path.Combine(location, fileName);
29
задан the Tin Man 18 November 2015 в 20:19
поделиться