How can I make my website available to public IP.I am connected to home network using wifi. I will upload web site on IIS 7

link|improve this question
feedback

migrated from stackoverflow.com Jul 17 '10 at 9:56

This question came from our site for professional and enthusiast programmers.

2 Answers

If you are running a server on your home computer, you will probably need to set up port forwarding on your router. This tells your router, which handles all incoming traffic, to send the appropriate external packets to your server computer.

The typical port for HTTP is port 80. You may find this site helpful for configuring your router.

link|improve this answer
feedback

You also have to set the bindings correctly on IIS.. (right click the site, edit bindings. Specify the public URL and port no. (80))

Anyway, http://en.kioskea.net/forum/affich-24678-setting-up-my-own-dns-server should help you out with this.....

link|improve this answer
feedback

Your Answer

 
or
required, but never shown