Dear bjrmatos,
I tried to followed this post but I could not find application pool identity option in IIS application. T__T
Thanks
Dear bjrmatos,
I tried to followed this post but I could not find application pool identity option in IIS application. T__T
Thanks
Hello,
I tried to generate pdf report by following this project
https://github.com/jsreport/jsreport-dotnet-example-webapp. The program work
fine in my PC but there is problem after published the project on IIS. There was an
error 404 after I clicked print button (event would go directly to Report
ActionResult). Do I have to install any others extension or run time? Do I have to config ConfigureServices
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc();
services.AddJsReport(new
LocalReporting().UseBinary(JsReportBinary.GetBinary()).AsUtility().Create());
}
Thanks in advance.