by: Anders Murel
17 April 2012
0 Comments:
In case you need a way to find the folder on the file system where your application runs when HttpContext is not available, you can use: string applicationPhysicalPath = HostingEnvironment.ApplicationPhysicalPath; This is useful for instance when...