I'm designing a new intranet system but the requirements have changed and I've now been asked to make it more scalable and to allow any content to be integrated into the site seamlessly.
Currently, the site is very simple using the IIS URL Rewrite module (basically the IIS answer to Apache's mod_rewrite) to re-route all requests to the root index which adds the header and the footer and decides which content scripts to include.
Anyone know how I might integrate other content such as .NET, SQL Reports, etc without having to use nasty iframes?
Maybe someone knows of a good framework which is already available for this sort of thing?
Any help would be much appreciated!