ISAPI web application hanging if FastReport.PrepareReport is called
问题 begin try Raport.PrepareReport(True); except on E:Exception do raise ; end; // if Raport.Engine.Run then Raport.Export(frxPDF); end; When running as an Isapi dll the web application hangs o Raport.PrepareReport(true), when running with a local application server as an .exe application it runs!... The folder has permissions for total control files for IIS_IUSRS. Why it would be hanging? 回答1: I've experienced if there is an unhandled exception in the ISAPI dll the app crashes. You're handling