I had found a similar topic about it, but it wasn't able to solve my problem,
Dynamically load ASP.NET Page from DLL
I have my main project, like a default project, and need to load another project into this, example:
I have the "default.aspx" and need to load "website1.aspx" into this (IFrame, etc, I need suggestions about that as well), but "website1.aspx" is in a different project, not related to my main project (I'm trying to register the assembly to do that, but I can just access the methods, not the ASPX window)
It's something like my "default.aspx" is a master page and I need to load it inside other ASPX windows from different projects and DLLs.
I searched the web for some examples, but nothing so far.
I just need a hint to start searching about, any suggestions?