ASP interpreter

Hi

I was wandering is there any ASP interpreter out there for Windows PC?

I.e. to check my code and see how it looks before uploading it onto the web server?

Thanks in advance.

Mike

Internet Information Server is included in Windows XP Professional (don’t know about Home edition - it might be there too). You just have to add IIS to the installed Windows components in the Add/Remove Programs part of the Control Panel.

are you refferring to syntax and color coding? If not yea you need IIS. To run the code.

Is this .net? or ASP3?

There is a pretty nice free editor the .NET developers wrote for ASP.net apps that includes a test webserver built in. So no need to install IIS.

It is also a decent html editor.

Thanks for the help guys. By the way it’s just “classic” ASP, not ASP.net