Hi,
Its not a problem with IIS, you need to localize your application to support different timezones. You need to ask the user to enter which time zone he is in, you can do this while:
1. asking him during registration
2. by clicking some flag or link for UK and UAE, switching locales on the click event
3. or you can check locale via IP (more intrensive).
Then you need to set the timezone in the thread accordingly. You can refer these links:
http://forums.msdn.microsoft.com/en-US/netfxbcl/thread/772971a4-9f1b-4004-a873-c1e0e2098852
http://www.codeproject.com/KB/aspnet/HostedTimeZone.aspx
Hope this helps,
Vivek
MVP, ASP.NET ||
My Website ||
Blog ||
ArticlesPlease mark the most helpful reply/replies as "Answer".