asp asp.net

  • Thread starter Thread starter Francesco
  • Start date Start date
No,

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.

/WL
 
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...

Patrice
 
Back
Top