In my page source I put: <!-- A comment -------->
and ASP.Net converts it to: <!-- A comment -------->
so by the time it gets to the browser, my comment is visible.
It doesn't do it to all comments and if I add in another comment it sometimes makes the comment go away.
Anyone seen this before? How can I fix it?