Monday 13 August 2018

System.invalidOperation: Unable to recycle AppPool 'AOSService' running site 'AOSService'. Check your IIS/Azure environment for correct deployment.

While synchronizing the database I got the below error.


System.invalidOperation: Unable to recycle AppPool 'AOSService' running site 'AOSService'. 
Check your IIS/Azure environment for correct deployment.

Reason: AOS got stopped.

Solution:

Open IIS-> Start the AOS service.



No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...