Wrox Programmer Forums
|
BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4
This is the forum to discuss the Wrox book Beginning Dreamweaver MX by Charles E. Brown, Imar Spaanjaars, Todd Marks; ISBN: 9780764544040
Please indicate which version of the book you are using when posting questions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2005, 11:31 AM
Authorized User
 
Join Date: Oct 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default Accessing IIS

Hello, I have been working on a website for some time, and I am wondering if I could use IIS as a server and browse my website from any computer on the internet as a way to check it out by just putting my ip address into a browser or something?? So far I am just looking at it on my own machine using localhost, but want to allow others to access it and test it out. Any info you can give would be very helpful!! Thanks,

Mike

 
Old October 18th, 2005, 12:11 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Yeah, you can, but this depends largely on your network setup.

Usually, when you have a (broadband) account with an ISP you get a dynamic IP. With some providers, although this IP is dynamic, it's still static in the sense that you get the same IP address every time.

If you have an IP address that doesn't change (often) and your machine is directly accessible on that IP address, you're good to go.
However, there are loads of reasons why this wouldn't work: a software or hardware firewall blocking access to traffic on port 80; an internal router that gives you a local network IP address and not a public IP address and so on.

So, all in all, the best way is to just try it. Open a command prompt and type ipconfig /all You should see your IP address. If it looks public (e.g. doesn't start with 10. or 192 or something like that) it may be work. Then simply type http://[YourIp] in your browser.
Otherwise, consult your network guy / network documentation or your ISP for more details.

HtH,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old October 18th, 2005, 02:32 PM
Authorized User
 
Join Date: Oct 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Imar! Ile have a look into it now






Similar Threads
Thread Thread Starter Forum Replies Last Post
iis.msc equivalent in IIS for Win XP Pro? RealDHelix Classic ASP Basics 14 March 18th, 2007 08:28 PM
problem in accessing IIS.... ? webniki Internet Information Services 1 February 25th, 2007 11:24 AM
Accessing files outside of IIS server mcinar HTML Code Clinic 10 April 7th, 2005 10:47 AM
Accessing network files from IIS PC badgolfer ASP.NET 1.0 and 1.1 Basics 3 March 2nd, 2004 07:51 AM
CreateObject error on IIS 4 but not IIS 5 timtom Classic ASP XML 1 December 5th, 2003 01:26 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.