misc Posted December 22, 2013 Posted December 22, 2013 My Setup: IIS7 uniGUI 0.94 ISAPI mode (DLL) ADOQuery -> local access mdb database -> connected remote mysql tables (it works great!!!) Problem: When I run a project in Firefox (localhost:8081/myapp.dll), and close myapp ("Web session terminated"), the "w3wp.exe" IIS Worker Process remains running in the task list, and I have to kill it in order to compile/build my Delphi application again. PS: I've done all necessary AppPool settings, and my app runs fine. It actually connects to a remote mysql database through ADO and connected tables in Access, which I never thought would work. Congratulation to Farchad for this great toolkit. Hope it goes commercial soon. Quote
Administrators Farshad Mohajeri Posted December 22, 2013 Administrators Posted December 22, 2013 IIS process doesn't terminate when your sessions end. Go to IIS and recycle the app pool you created for your uniGUI app. Quote
misc Posted December 22, 2013 Author Posted December 22, 2013 Thank you - is there any way to automate this through code? 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.