To write comments in asp.net a single quote(') is used. For mulit line comments /* can be used. Examples are below
<%
'this is asp.net comment
<%–
thi is multi
Line comments
Using asp.net
–%>
%>