we are trying to run our windows apps under least-privilege account, but we are gettingaccess denied error. we have identified what resources(folders/files and registry keys) required to run it then granted the least-privilege account access to these resources but still can't run the app with new error "Application popup: ourapp.exe - Application Error : The exception unknown software exception (0xe0434352) occurred in the application at location 0x7684c42d", we need any resource which can tell us how to run .net app under least-privilege account.
Note: least-privilege account is not member of any kind of groups even the users group.