0

I am using ASP.NET membership to control access to my application. Several pages in my application require read access to files on a network share (set up as an IIS Virtual Directory). Without membership, I just use impersonation to access the network share using a single predefined account. However, when using membership, how do I gain access to the network share with all of my "members"?

kittyhawk
  • 688
  • 2
  • 11
  • 25

2 Answers2

0

covered for a custom provider here, probably easy enough to do for yours as well.

Community
  • 1
  • 1
Paul
  • 35,689
  • 11
  • 93
  • 122
0

Inherit built-in provider and implement impersonation inside

abatishchev
  • 98,240
  • 88
  • 296
  • 433