impersonation and Run as Administator
Hi PrateekYou are absolutely right - seems that the problem was in the missed application manifest file. I don't think that turning UAC off is a good idea and that it will be possible to turn it off on...
View Articleimpersonation and Run as Administator
How about UAC ? Did you try turning of UAC or embadding a mnifest in your application ?Starting vista you get a LUA token if you dont do a "Run As Administrator". Can you test your application after...
View Articleimpersonation and Run as Administator
helloSeems that problem is not related with WCFI've wrote simplier code and it fails to work on Vista and Windows 2008 Server without 'Run as administrator' option. But it works perfectly on Windows...
View Articleimpersonation and Run as Administator
HelloActually now there is no first tier. But MS SQL server is planned to be. So Client app - Service app - MS SQL databaseNow Service app is a console application, but it suppused to be windows...
View Articleimpersonation and Run as Administator
You mentioned that this is a 3-tier app. What is the first tier? What is causing the service to connect to the database on behalf of the user. What application server context are you in - for eg, is...
View Articleimpersonation and Run as Administator
HelloI'm working on three-tier project that uses LogonUser and ImpersonateLoggedInUser API calls to run connection to the database on the service side with client credentials. And there is a little...
View Article