Forum Moderators: open
When I code in ASP I use my Window Longhorn Laptop. I am now getting to the point where the short falls of IIS on Longhorn are beginning to really annoy me (btw, Longhorn currently registers as XP in IIS; so it's the XP limitations).
I was considering change os to a server based system, however, they are just too slow. As I only develop on my laptop I don't need to break the 10 user rule, however, I do need to break the one site rule. The one site rules can be worked around, however, you have to give up virtual includes. Does anyone know how to get around this? Or, can you suggest an alternative?
I have considered using apache, however, I am concerned that they my be some limitations in it's ability to execute ASP scripts.
any advice?
atob, c
Can you please confirm that Apache on XP does not have the rule. I have been reliably told that it still does because it is coded in the os and not iis.
>> Unfortunately switching is required if you want do some serious site-serving
I'm not actually hosting ... Just developing. I host on a full blown 2003 server. I ideally don't want a server os on my computer as they are so sluggish.
Am I wanting my cake and wanting to eating it?
atob,c
You have to edit your host file (eg C:\WINDOWS\system32\drivers\etc) and add those host headers to the localhost line.
Next you have to configure apache to listen to this hostnames and return the right site. I assume you use chilisoft asp for serving up asp on apache.
It's hardcoded in the IIS version on XP, not in XP itself i believe
Mark