Quickest and easiest way to migrate old "Include" code to aspx

  • Thread starter Thread starter Mark B
  • Start date Start date
M

Mark B

<!--webbot bot="Include" U-Include="_private/standard_footer.htm"
TAG="BODY" -->

I have an older FrontPage site I am trying to quickly upgrade to ASP 3.5.
The code above (called by most pages on the website) no longer works
though -- it doesn't show anything. What's the quickest and easiest way to
get it going (I've finished most all other things and don't really want to
go down the Masterpage path if possible).
 
<!--webbot bot="Include" U-Include="_private/standard_footer.htm"
TAG="BODY" -->

try

<!-- #include virtual = "~/_private/standard_footer.htm" -->
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top