Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
Damien actually had a good idea there. If you've got an XP Professional box (either 32-bit or 64-bit, although 32-bit is harder to configure), you can download and install PHP onto it and set up IIS to use it. There are plenty of tutorials and instructions online on how to do so.
ASP.NET is automatically installed on an IIS box by nature as well...you just have to Allow it within IIS (by default, it's Prohibited, so you'll see a 404 error with any .aspx pages).
If it's just for screwing around, this is the way to go...even if it's for something serious, this is a good idea since you can test on your local box, as I do, then upload the changes when they're done.
If you need a reliable host after that, check out www.sectorlink.com . They're where my dedicated box sits...it's been there 3.5 years.
|