I clone my production site
www.AgingSafely.com on my localhost as localhost/asi3. I also had port 80 forwarded thru my wireless router to my Vista development system. I have a DynDns.org dynamic name (???.dnsalias.com) assigned to this system so that I could access the web server from outside of my LAN. I keep ALL of the portal alliases in my production system so that I don't have to change paramters when cloning the production system at home.
These tools combine to make it easy to have W3C's validator access the pages on my developments system.
Last week I upgraded my DSL 1.5Mb internet connection from Verizon to their fiber FIOS 5Mb internet. On DSL Verizon didn't block port 80, but the do on their fiber network.
I have added ???.dnsalias.com:8080 as a portal alias, adjusted my router's port forwarding to forward port 8080 to port
80 and added < add key="UsePortNumber" value="true" / > to the web.config. Whith this config I can access one page at a time only
Ideally I should have port 8080 forward to port 8080 on my dev system and IIS should also answer that port as well. Do you know the Vista IIS7 steps to do this?
Regards,
/DaveS
BTW: 5Mb isn't really much faster than 1.5Mb. The portion of a page load that is the Http Request and depends on
latency, the physical distance between nodes and the speed of light takes the same time. The data transfer component of a web page access that depends on
bandwidth is usually small. It
could be much faster downloading large files such as DNN Creatives videos except the servers usually limit the bandwidth that a sinngle user can consume. The tend to limit it do about 1.5Mb I have discovered. So while I can get great numbers with Speedtest pages I don't see them many other places. I had the option of 50Mb. I'm glas I didn't opt for it.