Posted on: 4/1/2015 3:43:04 PM | Views : 541

I am attempting to utilize my site's App_Data folder with aspnetdb.mdf to control access to the site. The error I get then attempting to log in is the infamous: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
I am able to modify aspnetdb.mdf using the asp.net Web Site Administration Tool.
Looking at the Security tab for the site's folder App_Data, what groups/permissions are required to log in? The site is intranet only and Network Service has access to App_Data.
Same question for the aspnetdb.mdf file in that folder?
Here is my connection strings:
  <connectionStrings Go to the complete details ...