You can mix ASP.NET pages with ASP pages (or have multiple frames one with a
ASP page and one with an ASP.NET).
However these pages can not share session info etc.
Yes if the ASP code conforms to some guidelines that are part of the ASP.NET
documentation (script instead of %, no HTML code embeded in function bodies
etc).
That said I would still rewrite this part as .NET stuff (especially if you
intended to share the same source code in both an ASP and ASP.NET
application, for this case I would prefer either to have distinct components
or to use a .NET component from ASP rather than the other way round).
Are you really JUST after an include mechanism ? The big picture may also
help to raise better suggestions...
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.