PDA

Click to See Complete Forum and Search --> : Include asp [resolved]


blindlizard
Sep 27th, 2004, 11:53 AM
Can I use server side includes in an ASP.net page to include an old ASP page? I need to redo part of a web application/site that is done in VB/ASP. I have some tables that I include on every ASP page, so the one page I am thinking of coverting to ASPX needs those tables. Can I just do:
<!-- include file="../includes/table1.asp" -->or will the ASP even be processed through asp.dll ?

blindlizard
Sep 27th, 2004, 07:23 PM
I found the answer. Yes you can include an ASP page and it will run through asp.dll. I did a test including a asp page that wrote out the current date and included it in an ASPX page and it worked.