Connecting IIS to LocalDB

Is there a way IIS could connect to LocalDB without using the NT SERVICE\NETWORK SERVICE user account.

This account does not have the appropriate permissions. Am I looking for some other default account or is there a way I can use the NETWORK SERVICE account without changing the permissions?

+8
source share
1 answer

You must use the shared instance function LocalDB. These two reports about using LocalDB with full IIS should give you more information. Particularly the second part seems appropriate, but the first also contains some context.

(note: source links are no longer available, archive.org is used instead)

  1. Part 1: User Profile
  2. Part 2: instance ownership

Original (non-operational as of March 2019) links:

  1. Part 1: User Profile
  2. Part 2: instance ownership
+13
source

All Articles