Base solution for your next web application
Open Closed

Issue while impersonation (Deploy version using IIS) #7101


User avatar
0
Rockblast created

Hello team, we are trying to deploy our ASP.NET CORE & Angular Project v6.5.0 on IIS 10. We are facing some issues. Firstly we are using 1 worker process and only supported 4 concurrent clients. Then we changed to 12 (maxProcesses="12"), in this case everything work fine except impersonation.

        <add name="DotNetCoreAPI" autoStart="true" managedRuntimeVersion="v4.0" managedPipelineMode="Integrated" startMode="AlwaysRunning">
            <processModel identityType="ApplicationPoolIdentity" loadUserProfile="false" idleTimeout="00:01:00" maxProcesses="12"/>
        </add>


1 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, are you using redis or any other caching provider?

    The cached impersonation token seems to be missing when logging in as the impersonator.