I have problem with starting processes in impersonated context in ASP.NET 2.0.
I am starting new Process in my web service code. IIS 5.1, .NET 2.0
[WebMe
You might also try wrapping your code inside
using (Impersonator person = new Impersonator("domainName", "userName", "password") { // do something requiring special permissions }
as mentioned in http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic62740.aspx