Search code examples
asp-classic

Run ASP code online


I am new to ASP and have just started to learn it. I am looking for some websites, where I can execute my ASP code online. I looked at ideone, codepad, compile online, etc. But, they do not support ASP. Can anyone tell me about an online compiler for executing ASP code?

Thanks in advance...


Solution

  • Why do you need to be able to run it online? Microsoft offer WebMatrix for free which has a built in server and should support Classic ASP, then it will run directly on your machine.

    http://www.microsoft.com/web/webmatrix/