WebBrowser / ASP.NET Panel

0
0

Hi.
We have a page with a WebBrowser component.
We want to show in the WebBrowser the content of another web server mounted in the same server where IIS is installed and hosts the wisej app.
The other server uses another port. We don’t want to open that port in the firewall.
To make myself clear: we use http://localhost:5000 in the WebBrowser’s component url. The application tries to open client’s localhost instead of server localhost.
Is there a chance to show the other server’s content in the WebBrowser?
Thanks in advance

  • You must to post comments
0
0

Hi Claudio
The scenario that you describe, its impossible in a common way, because wisej run the control panel on the server, but connect to “localhost” on the server from the client without opening a port.

Wisej create and send javascript controls from the server to
the client that are connected to the twin control on the server, but are differents guys.
On way is to use a “tunnel” but you still need a port.

HTH, regards

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.