When running code a .net server, it is required that the code be between <%%>.
However CMS code also must be between <%%> to be run successfully in the cms. So, when code needs to be output to the server instead put <$$> around the code desired to be output on the server. <$ will be tranlated into <% on output (and $> into %>.