Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can classic asp and ASP.NET MVC run side-by-side on the same site?

Just a quick question. I suppose I could just try it but I like StackOverflow because of the quick responses and the comments from people more experienced than I am.

Can classic asp and ASP.NET MVC run side-by-side on the same site? For example; the site might run a CMS written in ASP.NET MVC but need to seamlessly integrate with a cart based in classic asp. Is this possible? Is it a really bad idea?

Of course the preferable situation is to have an both the cart and cms use ASP.NET MVC... but let's say that there is no time to develop the cart and there is already an available classic asp cart.

like image 748
quakkels Avatar asked Nov 14 '22 09:11

quakkels


1 Answers

Yes. ASP.NET ("classic" WebForms or MVC) can indeed run on the same site as classic ASP.

like image 168
captaintom Avatar answered May 15 '23 05:05

captaintom