C# asp.net Howto load an aspx page from another project?
- by Martijn
I have 2 projects. One project is a core and contains the GUI which is always the same and acts like a kind of framework.
The second project is an application that must be set in the framework.
The framework consists of a masterpage and a content page (application.aspx). From my second project I want to load the application.aspx. Is this possible? And if so.. how?