Is it possible to build a DNN module that uses ASP.NET MVC?
Granted that DNN doesn't support ASP.NET MVC out of the box...but since both DNN and MVC run on top of the ASP.NET pipeline...
The reason I ask. Large legacy website running on DNN:
http://blahblahblah.com
I'd like to stick an existing ASP.NET MVC webpage/application here:
http://blahblahblah.com/subfolder
Is this better done by setting up a virtual directory etc on the server, or is there a way to integrate this with DNN?