I'm reading a WCF Documentation about How to Develop a WCF Data Service Running on IIS, it creates an ASP NET Application and uses it to host a WCF Data Service.
I need to make sure that SQL Server Express will grant permission to the ASP Net app to access a database and expose a service to the net.
The documentation instructs to create a login in sql server to NT AUTHORITY\NETWORK SERVICE, and I get an error in sql saying that the user NT AUTH... was not found.
How can I create it in SQL Server 2012 Express (the one that comes with VS2012).
Isn't it a little different in Windows 7?, I read that the NT AUTHORITY is used in XP.
I'm using VS2012, SQL Server Express 2012, Windows 7 Ultimate x64.
Rafael


Go to the complete details ...