Question

I'd like to give the ASPNET user Full Control over several files, but it looks like I'll need to get the account's token first. Does anyone know how to impersonate the ASPNET account within a desktop app?

Thanks!

Was it helpful?

Solution

Here is an example of impersonating another use with WindowsIdentity.Impersonate and another example. You will have to have a known process identity for ASP.NET to run under.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top