Ejemplo n.º 1
0
 public JsonResult RunDllTest2()
 {
     var dllTest = new DllTester();
     //dllTest.RunTest();
     var bin = System.Web.Hosting.HostingEnvironment.MapPath("/");
     var path = System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPath;
     var response = Json(bin);
     return response;
 }
Ejemplo n.º 2
0
 public JsonResult RunDllTest()
 {
     var dllTest = new DllTester();
     //dllTest.RunTest();
     var response = Json("");
     return response;
 }