[WebMethod] public string ShowWebServicePhysicalPath() { string strpath=System.Web.HttpContext.Current.Request.PhysicalPath; return strpath.Substring(0,strpath.LastIndexOf(@"\")); }