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.
The .NET Core hosting bundle version 10.x needs to be installed on the web server, install the latest version. You can find the currently installed version in Admin/Softadmin® system information. You can find a link to the latest hosting bundle installer för .NET 10 on this page.
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.