macnone Posted August 28, 2011 Posted August 28, 2011 First of all congratulations for the great project I'm starting with uniGui and I have the following problem: In both IIS 7.5 and Apache 2.2.17 to access the dll instead of opening the application shows me dialogue open / download file In both servidrores I have installed the ISAPI module, but still does not work. Thanks for the help. regards Quote
Administrators Farshad Mohajeri Posted August 28, 2011 Administrators Posted August 28, 2011 Your server doesn't recognize DLL files as an application. For Apache you must enable ISAPI module. See here: http://www.unigui.com/doc/online_help/index.html Quote
macnone Posted August 28, 2011 Author Posted August 28, 2011 I had already tried this and actually I have in my conf file, but keeps coming the same "error" put part of my configuration file AddHandler isapi-handler .dll <Directory "C:/wamp/www/gessra"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> Alias /gessra "c:/wamp/www/gessra" thanks, Quote
macnone Posted August 28, 2011 Author Posted August 28, 2011 Umm ... I have configured with IIS 7.5 (as stated in the manual to which I referred to) and now seems to run, but remains Loading ... I'll have to find solution to that. But well, we move ... thanks Quote
macnone Posted August 28, 2011 Author Posted August 28, 2011 Finally I made it. Thanks for the help, now it keep learning. 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.