danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Apache License 2.0
1.26k stars 360 forks source link

Only Loading on ISAPI DLL IIS #37

Closed kivervinicius closed 8 years ago

kivervinicius commented 8 years ago

Hello, I'm doing a test to generate the dll, I generated the same but the post following his https://danieleteti.gitbooks.io/delphimvcframework/content/chapterdeploy_iis.html tips still does not run, it is only loading the page, did not nothing too much nor connection with bank or anything, the only thing I did was a render ('hello') based on the example of the github, if I do the same thing with the embedded server works.

Thank you.

danieleteti commented 8 years ago

Did you tried to create a simple webroker isapi? Does it work?

2016-04-11 23:51 GMT+02:00 Kiver Vinicius notifications@github.com:

Hello, I'm doing a test to generate the dll, I generated the same but the post following his https://danieleteti.gitbooks.io/delphimvcframework/content/chapterdeploy_iis.html tips still does not run, it is only loading the page, did not nothing too much nor connection with bank or anything, the only thing I did was a render ('hello') based on the example of the github, if I do the same thing with the embedded server works.

Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/danieleteti/delphimvcframework/issues/37

Daniele Teti CEO bit Time Professionals web: www.bittimeprofessionals.it http://www.bittime.it blog: www.danieleteti.it books: www.danieleteti.it/delphi-cookbook mobile: +39 3496626822 office: +39 06 83393029

kivervinicius commented 8 years ago

Yes, the simple webbroker isapi, works perfectly well, i don't have idea how solve this.

I test in Windows 7 + IIS 7.5 + Delphi XE8

kivervinicius commented 8 years ago

in my tests, i discovery that my dll only work in debug mode, but the log not acused error in my programm, i'am confused

danieleteti commented 8 years ago

I'm investigating about iis DLL unloading. loggerpro will fix this.

franciscpd commented 8 years ago

Good day, the problem found is that when you add direct ISAPI permission for the generated DLL, does not carry the service, except when it is enabled the "Allow ISAPI modules not specified". I'm having this problem loading my service to cloud server.