Asp.net web sitesi 'un varsayılan saat dilimini değiştirmeye çalışıyorum ve şu kodu denedim ama çalışmadıWeb.config dosyasındaki asp.net web sitesinin varsayılan zaman dilimi nasıl değiştirilir
<system.web>
<globalization culture="ar-JO" uiCulture="ar-JO" />
<httpRuntime maxUrlLength="10999" maxQueryStringLength="2097151" />
<compilation debug="true" targetFramework="4.0"/>
<customErrors mode="Off"/>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>