CoverYourASP --> Snippets |
| "Snippets" are mini-articles - they allow me to very quickly add answers to your frequently asked questions, and add brief explanations for topics that you've searched for without success. So, everytime you send an email or perform a search, chances are a new snippet will be the result!18 Sep: Running PWS on other ports for dns2goHere's a tip from Paul Hanly that could be fun to play with:"Some users who are hobbiests may wish to use PWS on a port other than 80 in combination with a domain name from dns2go.com so they can show off their ASP pages to friends without having to buy hosting which caters for ASP and Access or SQL. The port on PWS can be changed: (This is from Harley on the microsoft.public.win98.pws4 newsgroup) Some of the ramifications are: 1. the PWS website button doesn't work To fix the relative urls I changed line 180 in init.asp to: sBaseServer += '/8080/' + sURLOffset [ i ]; by inserting the :8080 in front of the /. This stuff might be a bit sensitive because one reason that people may wish to change their port on pws to other than 80 is because their ISP has it blocked and they may wish to check their terms of service to ensure that they aren't breaching them. When registering for dns2go they would use the new port number on the registration form if they are advised that port 80 is blocked when they try to register using port 80. If they try using port 80 and don't get the message it is blocked then they probably don't need to change the port. You can probably express all this a lot better than I can if you decide to use it. [No I can't! James] No need for reply or acknowledgement. [Too late! James] Just sent for what it's worth as an appreciation of the free download." Thanks again Paul. |
|