TOP階層直下

system.applicationHost

system.ftpServer

security

system.net

mailSettings

system.transactions

system.web

caching

system.webServer

security

authentication

tracing

webdav

system.xml.serialization

ASP.NET Core

<add key="aspnet:MaxHttpCollectionKeys" value="3100" />

<httpRuntime executionTimeout="3600" />

Tips

ASP.NETのweb.config、app.configへの変更の反映タイミング

適用範囲

<configuration>
    <location path=”forum” >
        <system.webServer>
            <customErrors mode="RemoteOnly” defaultRedirect="forum-error.aspx">
                <error statusCode="404" redirect="forum-file-not-found.aspx" />
            </customErrors>
        </system.webServer>
    </location>
</configuration>

拡張子なしファイルへのアクセス


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS