Pritesh
Pritesh

Reputation: 3288

Configure IIS to access Deployed website globally (through WAN) [NOTE: I have static IP]

I am completely new bie to IIS.

I have a very basic knowledge about how to configure IIS.

Today I have a requirement to access website Globally through WAN (through internet from any PC all over world) which I have deployed in my Local IIS.

The website=> SilverLightBusinessApplicationWeb

which you can see in my below screen shot can be open in LAN nicely.

so I only looking for how to open it in WAN?

So anybody please suggest me a simple steps or instruction for it.

You can see two screen shot of Internet Information Service (IIS) Manager.

NOTE: 1. I also have static IP 2. i am using IIS7.0 with Windows-7

Thank you so much…..

1. Screen Shot1

enter image description here

2. Screen Shot2

enter image description here

Upvotes: 2

Views: 9095

Answers (2)

Pritesh
Pritesh

Reputation: 3288

Finally i have got it........ the steps i have followed are......

  1. define port forwarding at router for that i have enter following values in my router's forwarding page.

    --IP address of my PC

    --port number which is open(you can see screen shot Brouse*:80(http) which shows port 80
    is open for website on my IIS.

  2. finally i have opened website on my IIS by : .http://mystaticip:port/xyzfolder/xyz.html.

Upvotes: 0

LiamGu
LiamGu

Reputation: 5348

This question is probably better off on ServerFault. However, providing you have everything set up on your machine, you just need to open and forward port 80 to your host machine and set up a domain or access the site directly via external IP providing your bindings are set up correctly.

EDIT From a security point of view, it would be better practice to do as Germann said by having your public facing web server in its own DMZ.

Upvotes: 3

Related Questions