Hello, I'm working on an ASP .net web service using C# and BOI, and I'm having an issue while I'm running the app on the server. When I'm building on my local machine everything works fine. I can hit my endpoint and it does what it needs to. When I deploy to the server, I'm getting a permissions error that indicates the user triggering the event doesn't have permissions. Here's the error I'm receiving: The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {60503AB4-2D27-11D6-B249-00C04F50D575} and APPID Unavailable to the user IIS APPPOOL\SAGE SID (S-1-5-82-3679925134-2043077005-235694052-3728018416-116014677) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool. I've looked for the UUID in Component services and it doesn't exist. According to its entry in the registry, it is associated with the Providex.Script ProgID, located on my server. The ERP server and IIS Server are running on the same machine, powered by Windows Server 2012. ERP version is 100 Premium 2013. I have the client installed on the server as well, which is where the Providex.Script key points to in the Registry. Any idea how to make this work correctly? Thanks! jared
↧