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
  • 658
  • 2
  • 10
  • 24

2 Answers2

0

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

Community
  • 1
  • 1
Paul
  • 34,558
  • 9
  • 85
  • 118
0

Inherit built-in provider and implement impersonation inside

abatishchev
  • 95,331
  • 80
  • 293
  • 426