1

Windows Azure 2.5 にアップグレードする際に web.config を変更する方法を知りたいです。現在のweb.configような

<dependentAssembly>
    <assemblyIdentity name="Microsoft.WindowsAzure.ServiceRuntime" publicKeyToken="31bf3856ad364e35" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-1.8.0.0" newVersion="1.8.0.0" />
</dependentAssembly>
4

1 に答える 1

1

bindingRedirect次のようにセクションを簡単に編集できます。

<bindingRedirect oldVersion="0.0.0.0-2.4.0.0" newVersion="2.5.0.0" />
于 2015-05-19T11:21:04.833 に答える