AppsFramework

IIS Configuration – For Hosted Agent

GSTNirvana.Agent.Hosted

  1. Edit the advanced settings of the “GSTNirvana.Agent.Hosted” site’s application pool as follows:

  1. Edit the recycling settings of the “GSTNirvana.Agent.Hosted” site’s application pool as follows

  1. Edit the recycling settings of the “GSTNirvana.Agent.Hosted” site as follows:

  1. Restart the “IIS Server” as follows:

  1. Assign “Full Control” rights for “Everyone” group on “App_Data” folders of site

  1. Install “.NET Core 2.2 Runtime & Hosting Bundle” from following URL:

https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.2.0-windows-hosting-bundle-installer

  1. Run the following commands in an elevated (administrative privileged) command window:

net stop was /y

net start w3svc

NOTE: If you don’t want to run the hosted agent, you need to stop the web site as well as application pool of it.