Security settings are configured in the Softadmin® interface and are specific to each server instance and deployment. The same MCP server can run with different security configurations depending on the environment. For example, a development instance can use No security, while a production instance of the same server can use OpenID Connect.
Security settings are not deployed. After deployment, a new MCP server cannot start until its security settings have been configured.
Create a separate IIS application for each MCP Server in the system.
Each application uses a unique alias, but all applications point to the same physical directory: Mcp\bin.
| URL | Physical path |
|---|---|
| https://myserver/mysystem/mcp-customers | D:\Web\MySystem\Mcp\bin |
| https://myserver/mysystem/mcp-employees | D:\Web\MySystem\Mcp\bin |
The application pool needs
.NET CLR Version: No Managed Code
Managed pipeline mode: Integrated
Follow these steps to expose an MCP Server defined in the Softadmin® system.
<path>\Mcp\bin directory.