Getting a web server

Hi,

Can anyone tell me if there is a free web server I can use to test ASP code at home. I know that you can use Tomcat to test JSP code and it's freely available. Is there an equivalent for ASP?

Thanks very much,

PinkMoon
[260 byte] By [PinkMoon] at [2007-11-19 11:00:01]
# 1 Re: Getting a web server
Depends on how you define "free"... If you have a copy of Win2000, you can use IIS for free. If you are trying to do this with Linux, you can use Mono to do ASP.NET, but not ASP.
mmetzger at 2007-11-8 0:21:17 >
# 2 Re: Getting a web server
Depends on how you define "free"... If you have a copy of Win2000, you can use IIS for free. If you are trying to do this with Linux, you can use Mono to do ASP.NET, but not ASP.
Hi,

I have Windows XP Home Edition. Can I use IIS? If so, can you tell me how to use it?

Thanks very much,

PinkMoon
PinkMoon at 2007-11-8 0:22:15 >
# 3 Re: Getting a web server
Err, I don't know about XP Home...

Go to Add / Remove Programs and click on Add/Remove Windows Components. You should see an option in there for either IIS or possibly PWS (Personal Web Server). If you enable that, it should let you serve pages. I know it's in XP Pro, just not sure about Home.
mmetzger at 2007-11-8 0:23:21 >
# 4 Re: Getting a web server
There's no sign of it there. :(
Thanks for your help anyway. :thumb:
PinkMoon at 2007-11-8 0:24:19 >
# 5 Re: Getting a web server
Yeah, apparently it was entirely removed from XP Home. If you do searches for "XP HOME IIS" in google, you will get some interesting links. Whether you follow them is at your own regard...
mmetzger at 2007-11-8 0:25:18 >