It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda RMM
formerly Managed Workplace

Creating a separate IIS Application Pool for the Service Center SCMessaging web page

  • Last updated on

In larger Service Center environments, there may be benefits to separating the SCMessaging web site to its own application pool for performance reasons. This also allows you to stop Service Center communication in a way that allows data to finish processing before shutting down the services for maintenance or upgrades.

  1. Log into the Service Center Application Server.
  2. Launch the Internet Information Services (IIS) Manager (inetmgr.exe).
  3. On the left navigation pane, expand the settings for the Server and click on Application Pools.
    is1.png
  4. On the Actions pane, click Add Application Pool.
  5. In the Name field, type MWSCMessaging.
  6. Make sure that the .NET CLR Version is set to .NET CLR Version v4.0.XXXXX.
  7. Make sure that the Managed pipeline mode is set to Integrated.
    iis2.png
  8. Click OK.
  9. Right-click the newly created SCMessaging application pool and choose Advanced Settings.
  10. Locate the Identity and click the “” button.
    iis3.png
  11. In the dropdown list below Built-in account, select LocalSystem.
    iis4.png
  12. Click OK, and then click OK again to save the Advanced Settings.
  13. Right-click MWPool and choose View Applications.
  14. Right-click /SCMessaging and choose Change Application Pool….
    iis5.png
  15. In the Application pool dropdown, choose SCMessaging.
    iis6.png
  16. Close the Internet Information Services (IIS) Manager.