skafy Posted January 18, 2016 Posted January 18, 2016 Hello, I've created Standalone Application at the start and then I tranformed it into a ISAPI module (comment line for GUI in project source) witch I've put on IIS 7.5. When I call .dll first form shows as it should, but when I click some data on DBGrid it should open new form with details of that record. In standalone app works fine, but as ISAPI modulu it doesn't. I've checked log and there is this. Workflow: 00001E24: 07:23:21 []:--------------------------------------------------------------Workflow: 00001E24: 07:23:21 []:Starting Server. Module Handle: 00000000022A0000Workflow.dll: 00001E24: 07:23:21 [TUniServerModule]:Server First Init.Workflow.dll: 00001E24: 07:23:21 [TUniServerModule]:Erasing Cache Folder...Workflow.dll: 00001E24: 07:23:21 [TUniServerModule]:Cache Folder Erased. <0> Files deleted.Workflow.dll: 00001E24: 07:23:21 [TUniServerModule]:HTTP Server Started.Workflow: 00001E24: 07:23:21 []:Server Started. Module Handle: 00000000022A0000 Does this error tell you enything what I am doing wrong? Best regards. Quote
Administrators Farshad Mohajeri Posted January 18, 2016 Administrators Posted January 18, 2016 Your server has been restarted for unknown reason. Probably it crashes because of some access restriction to db resources. Quote
skafy Posted January 19, 2016 Author Posted January 19, 2016 Even if standalone app works perfectly on same server? Quote
Administrators Farshad Mohajeri Posted February 9, 2016 Administrators Posted February 9, 2016 Even if standalone app works perfectly on same server? Yes, because in Standalone mode your App has full access to system resources. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.