I have a .Net application which is being deployed at the client (Database and the application). Whenever client requests a new feature I have to deploy a new build on the application URL. Currently I am looking into BizTalk server's Business Rule Engine. I have created one policy with set of rules. I want to know how will it work with my current application structure.
Do I need to install any service on client side to make that policy run? Or simply importing the "RuleEngine" reference in my code and then deploying it will work?
The BRE framework is a separate framework, you can installed it without install the BizTalk in your client machine.
But you have to check if you need the BizTalk license to run BRE component in the client machine.