test.asp 65 B

12345
  1. <html>
  2. <body><%
  3. write("Hello ASP World");
  4. %></body>
  5. </html>