Answered by:
iis

Question
-
User477535865 posted
my friend want to access the page via browser and typing the ip address of my machine not by localhost in the browser so what i need to do tell me the steps in detail
thank you
Wednesday, May 22, 2013 7:14 AM
Answers
-
User-1315512054 posted
Hello,
It will be good to have a static IP address, so it will be not change after restarting your PC, to opbtain such talk with your ISP. You could check your IP address at http://www.iphowto.com/ and should send it to your friend.
After that you should enable external connections on port 80 in your firewall/antivirus settings.
Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, May 22, 2013 12:45 PM -
User309602797 posted
Then i would sugget use your system ip with your portno
note that the default HTTP port is 80, and by using port 80 you could access your server via browsers without writing the port number. If for any reason you like to switch port, make sure your forward that port number and access your site by
http://<ur_ip>:<port_number>
, e.g.http://192.168.0.6:8080
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, May 23, 2013 2:57 AM
All replies
-
User-1315512054 posted
Hello,
It will be good to have a static IP address, so it will be not change after restarting your PC, to opbtain such talk with your ISP. You could check your IP address at http://www.iphowto.com/ and should send it to your friend.
After that you should enable external connections on port 80 in your firewall/antivirus settings.
Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, May 22, 2013 12:45 PM -
User477535865 posted
ip address is static ,can you tell me the steps in detail
Thursday, May 23, 2013 2:03 AM -
User309602797 posted
Have you published & hosted your site in your local IIS??
Thursday, May 23, 2013 2:48 AM -
User477535865 posted
nope actually my friends want to see that code remotely and will modify some pages
Thursday, May 23, 2013 2:54 AM -
User309602797 posted
Then i would sugget use your system ip with your portno
note that the default HTTP port is 80, and by using port 80 you could access your server via browsers without writing the port number. If for any reason you like to switch port, make sure your forward that port number and access your site by
http://<ur_ip>:<port_number>
, e.g.http://192.168.0.6:8080
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, May 23, 2013 2:57 AM -
User309602797 posted
how to assign static IP
http://www.howtogeek.com/howto/19249/how-to-assign-a-static-ip-address-in-xp-vista-or-windows-7/
Thursday, May 23, 2013 3:11 AM