I have a dll that runs under a web directory in Windows Server 2012. The dll accesses Shared Memory and under normal use (not under IIS) the application will work fine, but when i try to run it under IIS then i cant seem to connect to the Shared Memory of the system. When i change the connection to say websockets it works fine, only shared memory is where i get stuck. Is this a privilege issue in Server 2012 ? Any recommendations would be welcome.
Johan