Comment เป็นส่วนที่ละไว้ไม่ให้ ASP ทำการประมวลผลในส่วนนั้น ๆ Comment/คำอธิบาย ของ ASP จะใช้ด้วยเครื่องหมาย ' หรือ //
ตัวอย่างการใช้ ' และ //
comment.asp
<%
Response.write("Welcome to www.ThaiCreate.Com<br>")
Response.write("ASP,PHP and ASP.NET Tutorial<br>")
'Response.write("Programmer By Mr.Weerachai Nukitram<br>")
//Response.write("Nick Name : Win<br>")
Response.write("Update Version 2008<br>")
%>