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...
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.