ASP.NET MVC within DotNetNuke? -


is possible build dnn module uses asp.net mvc?

granted dnn doesn't support asp.net mvc out of box...but since both dnn , mvc run on top of asp.net pipeline...

the reason ask. large legacy website running on dnn:

http://blahblahblah.com 

i'd stick existing asp.net mvc webpage/application here:

http://blahblahblah.com/subfolder 

is better done setting virtual directory etc on server, or there way integrate dnn?

dnn quite tightly tied webforms. asp.net mvc difficult, maybe impossible integrate in module. dnn support webforms mvp (model view presenter) allows of structural/testing benefits of mvc in webforms context. new modules developed dotnetnuke corp. using webforms mvp pattern.

here link started step step webforms mvp , dotnetnuke – part 1.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -