チェンジセット 1594 (default)


以下の違いを無視:
日時:
2023/08/19 11:33:51 (14ヵ月前)
更新者:
hizuya@…
ログメッセージ:
  • 書式を統一。
場所:
framework/trunk
ファイル:
2個の更新

凡例:

未変更
追加
削除
  • framework/trunk/WebApplication/Web.config

    r1592 r1594  
    1 <?xml version="1.0" encoding="utf-8"?> 
    2  
     1<?xml version="1.0" encoding="utf-8" ?> 
    32<configuration> 
    43 
     
    1211      <section 
    1312        name="siteSettings" 
    14         type="System.Configuration.AppSettingsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 
     13        type="System.Configuration.AppSettingsSection, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 
    1514        allowDefinition="MachineToApplication" 
    1615        allowLocation="false" 
     
    651650    <!-- *** 旧式のトレースの設定 *** --> 
    652651    <trace autoflush="true"> 
     652 
    653653      <listeners> 
    654654 
     
    676676 
    677677      </listeners> 
     678 
    678679    </trace> 
    679680 
  • framework/trunk/WebTest/TestResources/Hosting/Web.config

    r1593 r1594  
    11<?xml version="1.0" encoding="utf-8" ?> 
    2  
    32<configuration> 
    43 
     
    1211      <section 
    1312        name="siteSettings" 
    14         type="System.Configuration.AppSettingsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 
     13        type="System.Configuration.AppSettingsSection, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 
    1514        allowDefinition="MachineToApplication" 
    1615        allowLocation="false" 
     
    446445    <!-- *** 旧式のトレースの設定 *** --> 
    447446    <trace autoflush="true"> 
     447 
    448448      <listeners> 
    449449 
     
    471471 
    472472      </listeners> 
     473 
    473474    </trace> 
    474475 
詳しい使い方は TracChangeset を参照してください。