This page was last edited on June 12, 2019, at 10:09.
Comments or questions about this documentation? Contact us for support!
Configuring IIS involves creating an application pool and granting certificate permissions.
For the services, create an application pool (called, for example, ‘Services’). The application pool should use the .NET Framework v.4.0.30319, and be set to integrated mode.
Once you’ve created the application pool, go into the Advanced settings or properties for the pool and change the Identity to the account that you want to use, for example Network Service.
If you do not already have a separate application pool to run Portal, it is recommended that you do so now. Portal requires .NET Framework v.4.0.30319, and uses integrated mode. Similarly, you should then set the Identity for the pool to the account you want to use.
The identities that run the services, Performance DNA, and Portal need access to the private key of the certificate that is used to sign the requests (for the STS) and encrypt the token requests (for Portal, Performance DNA, and the notification service).