2

I've got an ASP.NET MVC app that p/invokes FindFirstFile and FindNextFile. When I create an app pool for the web site to run under, I'll specify a specific user account that has the minimum required permissions to make these calls.

What permissions should the user I specify have?

Sam
  • 1,725
  • 1
  • 17
  • 28
Padgett
  • 21
  • 2

1 Answers1

0

If all you are doing is FindFirstFile and FindNextFile, then the minimum security the user needs on the folder is "List Folder Contents".

viperguynaz
  • 12,044
  • 4
  • 30
  • 41