NetTalk Central

Author Topic: Server in static page, please advice  (Read 2804 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Server in static page, please advice
« on: August 31, 2010, 03:06:04 AM »
Hi,
I have a client, he has a server with a VS .Net web server application running.
This server is listening on port 80.
They need to add some functionality I have developed with NTWS.
How can I "insert" a NTWS _memory form/browse_ inside a page of the .Net server?
I think there are no possibility to use iframes because the NTWS would have to lissen in another port but 80 and there are many, many, many installations that does not allow the explorers to open pages in another port but 80.
Any advice please,
Regards,
Alberto
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Server in static page, please advice
« Reply #1 on: August 31, 2010, 05:04:46 AM »
There are no easy ways to do this.

And if you exclude the possibility of iframes then I'm not sure there are any ways to do it period.

Port 80 is not your biggest problem. If you have a second IP address for the machine you can bind the .net program to one IP, and the NT one to the other. that way you can use an iframe, but to a different "domain" address.

cheers
Bruce