How do I grant NETWORK SERVICE read permissions

后端 未结 1 1253
忘掉有多难
忘掉有多难 2020-12-20 15:54

I\'m currently learning ASP.NET and I\'m running into difficulties integrating SQL Server into ASP.NET. I\'m trying to grant NETWORK SERVICE read permission as follows:

相关标签:
1条回答
  • 2020-12-20 16:35

    If you have Admin access right click on the project folder --> Properties --> Security --> Edit --> Add --> Network Service as Name and give the permission.

    Or if you are opening VS with admin access you probably may not need the access

    0 讨论(0)
提交回复
热议问题