http://blog.csdn.net/yhyhyhy/article/details/50628830

asp.net .ashx文件使用server.mappath解决方法:


System.Web.HttpContext.Current.Server.MapPath

在类文件中使用:

System.Web.HttpServerUtility server = System.Web.HttpContext.Current.Server;
server.MapPath(...)

本文转载:CSDN博客