Strange question I know, but I'm developing a .net site, it's going to be pretty big so I'm not developing it in a language I am unfamiliar with (PHP).
The site needs to have it's PHPBB forum ported with it. I've looked at some .net forums but none are to the levels of maturity that the site requires.
Is it possible to somehow run a PHP script (the forum) in a .net page? I know the obvious answer is no don't be so stupid but just asking incase.
Some of the content on every page will be dynamically generated by .net and I'd rather not write all these template headers/footers in .net and PHP so they appear on each page correctly.
One possible solution I thought of was to request the forum php page somehow and print the returned HTML?