I am running desktop GUI from windows service use of winlogon.exe with SYSTEM privilege. almost I have completed my requirement, even I solved session 0 isolation in windows 7. now I am able to run my application from windows service. here the
problem is after GUI launched we try to get the user language from HTTPContext.Request. it is returning null value. but I can see other options in HTTPContext.Request is working fine. I know the problem in security level. but I can't predict the exact problem
path whether it is IIS or Internet Explorer?
Go to the complete details ...