Hi, Can anyone tell as how to get screen resolution in c# code behind in IIS.
I tried
SystemInformation.VirtualScreen.Width
SystemInformation.VirtualScreen.Height
All runs fine in dev environment. But when hosted in IIS the resolution width remains 1024 and never changes with resolution.
Go to the complete details ...