>> So the client browser requests a page from the IIS server and the IIS 
>> server requests myPage.php from the U2 server which causes the PHP 
>> processor on the U2 server to make the exec call to the UniBasic program.

>> How do you normally make the page request from IIS?

Using whatever programming language you run to power your iis web site
asp/asp.net/php etc. Or your iis web server dishes up static html which has
a script it in that contacts the u2 server via ajax.

Having said that - if you want to call a unidata program from your iis
powered web server I would do it in asp.net using uniobjects.net. But
sometimes you want to bypass that layer and go direct which is why I have
this little php script which is used for unit testing the backend part of
our apps separate from the front end asp.net side.


Symeon.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to