There is a project in asp .net mvc. It was necessary to expand the functionality of the page (add several columns to the table, change the controller method) for a specific client, while for other clients, the page and functionality should remain unchanged. The project is deployed on the client server. What is the best way to implement this?

    1 answer 1

    The controller is in a separate library. For a special client, deploy a special version of this dll and a special view.