Link to home
Start Free TrialLog in
Avatar of Rynert
Rynert

asked on

Can you include .aspx pages within classic ASP pages?

Have a server running classic ASP and .NET websites.

Have one particular website that is all classic ASP.

Developing new sections to this in .NET - they will be standalone, but 'part' of the site.

There may be some functionality from the new .NET site that I would like to use in the ASP site.  Can i simply include an .aspx page to run that .NET code in the same way that I include other ASP or HTML pages?

In other words, with IIS process the .aspx using the .NET runtime, and the main ASP page as normal, or will it include the contents of the .aspx then process all that as ASP and crash.

I think that explains what I may want to do!
ASKER CERTIFIED SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rynert
Rynert

ASKER

Thanks for the answer and alternative suggestions - I think I will just have to code the bits I want to use on the old site, the old way!
Your welcome!  I'm glad I could help.  Thanks for the grade, the points and the fun question.

bol