Render ASP via ASP.net page.

G

Guest

Hello all,

It is possible to render an ASP page in a ASP.net page? Options such as
re-writing the ASP page isn't an option at the moment so any pointers on the
above would be great.

Thanks,

Jon
 
P

Patrice

Or you could have ASP and ASP.NET pages on the same site (especially if you
don't use extensively session variables as they are not shared).

If you meant show the ASP page as part of an ASPX page you could use an
iframe.
 
M

Mike

If you can't rewrite the asp to .NET then leave it be. I don't see any
reason or benefit in running ASP code on a .aspx page.

You can't run ASP and ASP.NET under the same site. You can create a new
virtual directory to run you .NET pages and point your code to there but
again, if you don't have time to convert it over to .NET and it has to stay
as ASP then just leave it as ASP.
 
P

Patrice

More precisely ASP and ASP.NET pages won't share sessions for example as
they are handled by a distinct "engine" but you can have both ASP and
ASP.NET pages at the same location (including in the same physical
directory).
 

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top