Hi everyone I am new to the ASP world, I have a problem setting up a pws on my pc, they say that a pws cannot be set up on win xp, how how else can I run my asp code without a pws, is the a way to do this... :?:

I think 'PWS' is what it was called in 'the good old days'.

Anyway....
ASP can be run on Windows XP Pro by installing IIS (Internet Information Services) from Add/Remove Programs -> Windows Components in the controlpanel.
After the installation is complete a new directory called "Inetpub" has been created on the harddisk where Windows is installed.
Place your asp files in the "\Inetpub\wwwroot\" directory, and view it in your IE by pointing it to url: "localhost/your-file-name.asp".

IIS CANNOT be installed on Windows XP Home Edition.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.