I found that it was possible on many pages to do a simple conversion. Create
a .aspx file in VS.NET with the same name, copy the .asp file into the new
..aspx file. Then, work to bring script from the .aspx file into the .aspx.vb
file, especially any looping logic. Replace instances of "If <% variable %>"
with "If variable", etc.