views:

253

answers:

3

I'm working on some old .asp pages. I mostly do VB development so I'm a newbie to .ASP.

How can I run those pages locally for testing?

I'm running Windows XP Home SP2.

I'm guessing I'll need to install a local server, etc.

+6  A: 

Yes, you will need a local server. However, IIS doesn't install on XP Home. But like most things, there are workarounds.

Installing IIS on XP home

Tommy Hui
+1  A: 

You will need IIS installed locally to test ASP. IIS is part of XP Pro but not of XP Home.

So officially you will need to upgrade at least to Pro.

AnthonyWJones
A: 

There are also some other servers out there ranging from free to not that let you test your ASP code. I've heard of, but not used, Baby Web Server: http://www.pablosoftwaresolutions.com/html/baby_web_server.html

AnonJr