I am facing strange issue.
I have wep-part that reads data from user's profile. Everything is fine than I use short server name say http://server but I keep ServerContext.Current returning null then I access the same page with fully qualified server name say http://server.zone.local where zone.local is DNS suffix of the zone.
Did anyone faced the same issue?