Paste your complete ASP code (including HTML) and click Execute:
Example: Paste this into the textarea above:
<!DOCTYPE html> <html> <body> <% response.write("My first ASP script!") %> </body> </html>