For the correct solution after many hours:
- Open the configuration file
- Change the connection string with the following
<add name="umbracoDbDSN" connectionString="data source=YOUR_SERVER_NAME;database=nrc;Integrated Security=SSPI;persist security info=True;" providerName="System.Data.SqlClient" />
- Change the YOUR_SERVER_NAME with your current server name and save
- Open the IIS Manager
- Find the name of the application pool that the website or web application is using
- Right-click and choose Advanced settings
- From Advanced settings under Process Model change the Identity to Custom account and add your Server Admin details, please see the attached images:
Hope this will help.