I have an annoying issue.
I Have made a ASP.NET application that opens winword.exe using the Administrator account since that is the only account I can get to function correctly.
The only issue is when I am not logged in as an administrator it won't work.
How do I make it work everytime?
I have tried to grant access to NETWORK SERVICE and letting it open WINWORD.exe. But it just opens winword and then nothing else happens.
I think the issue might be that winword is beeing run for the first time and some popups blocks the way. So alternatively, is there anyway I can login as NETWORK SERVICE and run winword??
Thanks in advance guys