IIS Installation Test: ASP

Count to ten:
<% for i = 0 to 10 Response.write i&"
" next %>

If you can see this file at http://localhost/test/asp, then your installation is successfully serving ASP files!