Hi.. I'm lost.. I really want the git.exe to be run as the user logged in so that I can control what repos the user can read or write to based on Windows file security.
But I just can't seem to make it work.. I have the app pool using "application pool identity" but not sure that's right.. with the combination of Basic Auth + ASP.Net impersonation on.. you'd think that would do it.
If app pool is running under Local System, it allows all users to do everything, of course, because it's the system running things.
So .. ???
Hi.. I'm lost.. I really want the git.exe to be run as the user logged in so that I can control what repos the user can read or write to based on Windows file security.
But I just can't seem to make it work.. I have the app pool using "application pool identity" but not sure that's right.. with the combination of Basic Auth + ASP.Net impersonation on.. you'd think that would do it.
If app pool is running under Local System, it allows all users to do everything, of course, because it's the system running things.
So .. ???