asp.net - When using Identity Impersonate I cannot access my local ASPNETDB.MDF database -


i have asp.net website interacts dynamic crm. it's uses local aspnetdb.mdf forms authentication.

for crm need impersonate identity created on domain purpose. when identity impersonate enabled no longer have access local membership database. how can allow domain user used impersonation access membership database?

any appreciated.

what mean under "i no longer have access local membership database"?

then, in manner how formulate can guess access database not local remote. should understand term "impersonation" has sense local access. in remote access term "delegation" used.

i can advise search on impersonation vs. delegation in context of asp.net, iis , sql server.
related terms "double hop", kerberos, spn (service principal name), etc.

you may want start from
- how to: use impersonation , delegation in asp.net 2.0
- asp.net identity matrix

though matter of taste, context, etc. , think find more suitable context , understanding articles.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -