Multi Tier Permission Problem?
by Geoff on Sep.06, 2011, under c#, Coding, Notes
I currently have a client application written in C# which uses the permissions of the logged on user to call C# services installed on another computer. Your typical Two Tier setup eh? When the application is started locally, the application connects to services without a problem. When the same application is started remotely, the application cannot create a session with the service.
What gives?


September 7th, 2011 on 12:11 am
Good stuff, liked this content
September 9th, 2011 on 10:11 am
In this case, the machine needed to be removed from the domain and then added again. Once it was added to the domain, the application and service worked without a problem.