Test IIS server Corticon applications
- Last Updated: October 4, 2023
- 2 minute read
- Corticon
- Documentation
- In Studio, right-click on a sample project OrderProcessing, and then choose Package and Deploy Decision Services.
- Choose Deploy to a Corticon Server, and then click Next.
- Check that the IIS Manager has been started.
- Enter the server URL
http://localhost:80/axis, and then click Test Connection, as illustrated:
- If you have a good connection, click Next, and then select the listed
ruleflow. Rename it to add the application name such as
Order2.1:
Click Finish.. - In your browser, use http://localhost/axis/corticon/decisionservice/list to
fetch all development decision services:

axis application is running on IIS server
with its decision services and logs. Note: You should now adjust the log
level in the
brms.properties file in each application space so that the
logs do not get overloaded in DEBUG mode.Test rules from Studio Tester
- Open the
Order.ertRuletest in the project. - Select Ruletest > Testsheet > Change Test Subject.
- Choose the Run against Server tab>.
- Enter the Server URL
http://localhost:80/axis, and then click Refresh:
- Click on the
Order_2.1line, and then click OK. - Run the test.
The results show that the rules are running on IIS server.