Hi, I have been following this article to setup my web application to run from IIS. My IIS is ok. Now it is about the SQL. At first, I follow the step and it works. But after I make some modification of some user's access. I can't remember which one, but
all my network service user are gone. Left 3 users as in the picture below.
The error I got when I re-create back my network service user are as below:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Create failed for Login 'NT AUTHORITY\NETWORK SERVICE'. (Microsoft.SqlServer.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=12.0.2000.8+((SQL14_RTM).140220-1752)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+Login&LinkId=20476
------------ ...
Go to the complete details ...