Sto provando a modificare il fuso orario predefinito del mio sito Web asp.net e ho provato il seguente codice ma non ha funzionatoCome modificare il fuso orario predefinito del mio sito Web asp.net nel file web.config
<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>