We have a Episerver CMS site based on Asp.Net Webforms. We are evaluating options for building an ecommerce site and would like to split that code into it's own Visual Studio project so we can use mvc, deploy the sites separately and have two smalled codebases instead of one monolith.
Is it possible to have two sites (one webforms and one mvc) using the same db?
We have a Episerver CMS site based on Asp.Net Webforms. We are evaluating options for building an ecommerce site and would like to split that code into it's own Visual Studio project so we can use mvc, deploy the sites separately and have two smalled codebases instead of one monolith.
Is it possible to have two sites (one webforms and one mvc) using the same db?