Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have activated the IIS package for windows, and, I created an index.html file into the wwwroot directory.

Upon visiting localhost/index.html, it works fine.

But what do I have to do, so that someone else may see the page?

I tried to putting http://(my IP adress), but it doesn't work, it opens up the modem settings page.

(If required, this is my modem : Huawei SmartAX mt882a ADSL modem)

How do I get my page to be visible from outside?

share|improve this question

2 Answers

up vote -1 down vote accepted

You need to have a public address and also you need to configure the server to allow external connections.

I don't have IIS but it needs to have a "is public" configuration setting.

share|improve this answer
Its not IIS. IIS already accepts port 80. – Cole Johnson Dec 22 '12 at 23:14

You have to configure the router to forward the port 80 to the private ip of the development computer

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.