Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/18/20 in all areas

  1. 1 point
  2. Hi, I was able to deploy unigui application (.exe) to a windows server. This is a simply a login form, when user key in username and password, the application will issue a mysql select statement to check user's password. In the folder I have my application test.exe and the mysql dll libmysql5.dll and that everything is working fine. The problem is when I change it to ISAPI module, it failed. Deployment is OK, I can see the login windows when I key in http://localhost/test.dllin my browser. However, when I press the OK button on the login form, an access violation comes out from my browser. I think the call to mysql DB cause the problem ! I have put test.dll and libmysql5.dll under the same web application folder, so what's wrong ? Can you help me to fix it ? Please help ! Steve
    1 point
  3. For IIS put all DLLs under inetpub\wwwroot\pageScopeEnterprise Suite\bin !
    1 point
  4. I got it ! with apache, the libmysql5.dll shold goes to apache\bin. I am still looking for where to put it under IIS
    1 point
×
×
  • Create New...