j.neto233 Posted January 22, 2015 Posted January 22, 2015 Hello, it is possible to use the monitor option for server applications "ISAPI Module", distributed on IIS 8.5? Not simply add "/server" to end of your url. I realized that building a "Standalone Server" project works, but to build a project only "ISAPI module" does not work. The I be doing wrong? Thank! Quote
Administrators Farshad Mohajeri Posted January 22, 2015 Administrators Posted January 22, 2015 When you access an ISAPI dll you must call it like this: http://prime.fmsoft.net/demo/ucdemo.dll Quote
wangxuebin Posted January 23, 2015 Posted January 23, 2015 like http://prime.fmsoft....demo/ucdemo.dll/server ? Quote
j.neto233 Posted January 24, 2015 Author Posted January 24, 2015 Hello, forgive my lack of knowledge, but still can not do using ISAP dll in IIS, Please correct? Quote
Administrators Farshad Mohajeri Posted January 24, 2015 Administrators Posted January 24, 2015 http://unigui.com/doc/online_help/index.html?iis_7_0.htm Quote
j.neto233 Posted January 24, 2015 Author Posted January 24, 2015 Sorry do not want to be inconvenient, but as you can see did not work: Quote
Administrators Farshad Mohajeri Posted January 24, 2015 Administrators Posted January 24, 2015 Do not type a port number Quote
Administrators Farshad Mohajeri Posted January 24, 2015 Administrators Posted January 24, 2015 I think you are confusing concepts Quote
Administrators Farshad Mohajeri Posted January 24, 2015 Administrators Posted January 24, 2015 Have you set up your IIS server? Quote
j.neto233 Posted January 24, 2015 Author Posted January 24, 2015 Yes I have IIS configured, as shown in previous images have some applications in the same IIS, including "web services" that are not uniGUI, so the need to define a port for each service. ISAPI Module application works perfect, just can not access the Server Monitor. Quote
Administrators Farshad Mohajeri Posted January 25, 2015 Administrators Posted January 25, 2015 ISAPI Module application works perfect, just can not access the Server Monitor. Which URL you use to access your uniGUI ISAPI app? Quote
j.neto233 Posted January 25, 2015 Author Posted January 25, 2015 Use this URL for the local network. http://192.168.2.109:8076/webadm/ Quote
ZigZig Posted January 25, 2015 Posted January 25, 2015 Hi José, This one seems to work perfectly: http://YourIP:YourPort/nisjtdr/jtdragencia.dll/server Did you correctly set your IIS for your webadm app (by adding webadm.dll into ISAPI and CGI restrictions)? Edit: IP removed on José's request. Quote
j.neto233 Posted January 25, 2015 Author Posted January 25, 2015 With the help of ZigZig was possible endenter the mechanism: using the image below as an example. the correct url to access the "Server Monitor" is: "http://192.168.2.110:8077/webadm/adm.dll/server" that is, "IP", "Door" / "app name" / "dll name" / server 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.