Jump to content

IIS Deployment - From LAN to Web


HISPhilip

Recommended Posts

Hello, I am very new to operations/networking and as a result struggling to figure out how to get my uniGUI .dll online rather than just the LAN. We are using Windows Server 2016 in house and using a router and I have managed to have it running locally via using a connection it to localhost but beyond that I've been stuck for quite some time. I was wondering if anyone could suggest some resources/detailed steps on how I should proceed? I have looked into Port Forwarding and adding inbound rules for the Firewall but am struggling to get things working.

Link to comment
Share on other sites

Hello Philip,

To do simple :

You have 2 IP adresses :

One external (Your Router) example : 44.414.998.234

And one local IP Fix (your server Application). Let say 192.168.1.2

 

The most important step is

to indicate to your router, where is your your server :

- Enter in your configuration router (tape in browser adresse : 192.168.1.1)

- looking for NAT (somewhere in advanced setting) and indicate here your server fix IP (192.168.1.2).

- Reboot your Router.

 

By doing this, when somebody tape in some browser out of the box :

44.414.998.234/myAlias/myApplication.dll

 

Your router know where is your server (44.414.998.234 --> 192.168.1.2) and launch your unigui applucation.

Regards

Link to comment
Share on other sites

×
×
  • Create New...