YvonneTsang
Programmer
I have a few asp.net pages where I wish to include asp pages. The asp pages are just my old headers and footers for the page. These have not yet been converted over. They have a bunch of Response.Write and other such things Request.ServerVariables throughout them. I seem to get an error when I just do a <!-- #include file = "menu.asp" -->. Is there an easy way to get around this?