【发布时间】:2013-10-08 07:38:06
【问题描述】:
我正在尝试更改我的 asp.net 网站的默认时区 我尝试了以下代码,但没有成功
<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>
【问题讨论】:
标签: asp.net c#-4.0 web-config timezone