IIS/設定
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
-[[Configuration Reference <configuration>;https://docs.m...
*TOP階層直下 [#f196e643]
-appSettings
-configProtectedData
-connectionStrings
-system.codedom
-system.data
-system.diagnostics
-system.windows.forms
*system.applicationHost [#y6cb8aaa]
-applicationDefaults
-siteDefaults
--limits
---connectionTimeout
---maxBandwidth
---maxConnections
---maxUrlSegments
---参考)[[Default Limits for Web Sites <limits>:https://...
-webLimits
--demandStartThreshold
--dynamicIdleThreshold
--dynamicREgistrationThreshold
--headerWaitTimeout
--maxGlobalBandwidth
--minBytesPerSecond
--参考)[[Web Limits <webLimits>:https://docs.microsoft.c...
*system.ftpServer [#u463fc6a]
**security [#m9aa031e]
*system.net [#p47cfb67]
**mailSettings [#b3ebc1d1]
*system.transactions [#x808fd2d]
*system.web [#v02e7de1]
-httpRuntime
--executionTimeout
--maxRequestLength
--minFreeThreads
--minLocalRequestFreeThreads
**caching [#db060834]
*system.webServer [#a14ce9b7]
-asp
--limits
---bufferingLimit
---maxREquestEntityAllowed
---processorThreadMax
---queueConnectionTestTime
---queueTimeout
---requestQueueMax
---scriptTimeout
-aspNetCore
--disableStartUpErrorPage
--environmentVariables
--forwardWindowsAuthTOken
--hostingModel
--processedPerApplication
--processPath
--rapidFailsPerMinute
--recycleOnFileChange
--requestTimeout
---%ASPNETCORE_PORT% でリッスンしているプロセスからの応答...
---ASP.NET Core 2.1 以降のリリースに付属する ASP.NET Core...
---ASP.NET Core 2.0 以前のリリースに付属する ASP.NET Core...
---参考)[[ASP.NET Core で Timeout を伸ばしたい場合:https...
--shutdownTimeLimit
--startupTimeLimit
--stdoutLogEnabled
--stdoutLogFile
--参考)[[ASP.NET Core Module Configuration Reference:htt...
--参考)[[ASP.NET Core モジュール構成リファレンス:https:/...
-serverRuntime
--appConcurrentRequestLimit
--authenticatedUserOverride
--enabled
--enableNagling
--frequentHitThreshold
--frequentHitTimePeriod
--maxRequestEntityAllowed
--uploadReadAheadSize
--参考)[[サーバー ランタイム <serverRuntime>:https://msd...
**security [#bf73d70a]
***authentication [#c18fd407]
**tracing [#g3619e74]
**webdav [#dcc22c21]
*system.xml.serialization [#f36e98c3]
*ASP.NET [#w2d10dc9]
**SQL実行タイムアウト [#qb115eb2]
-[[ASP.NET で SQLのコマンドがタイムアウトした場合の対応方...
--タイムアウトを3分にする場合
---web.configのconnectionString属性にConnection Timeout=1...
---web.configのhttpRuntimeにexecutionTimeout属性を追加し1...
---ソースコードの中でコマンドのタイムアウト時間を180秒に...
*ASP.NET Core [#a1306a17]
-IISマネージャの「構成エディター」で行う
-[[ASP.NET Coreを動かすためのIISの構築方法:https://qiita....
-[[IIS上のASP.NET Coreアプリのリクエストタイムアウト設定:...
-[[IISのタイムアウトについて:http://digital-nejimaki.sees...
<add key="aspnet:MaxHttpCollectionKeys" value="3100" />
<httpRuntime executionTimeout="3600" />
*Tips [#k7da992a]
**ASP.NETのweb.config、app.configへの変更の反映タイミング...
-反映には、IISの再起動が必要
-web.configが変更されると、自動的にIISの再起動がかかり、...
**適用範囲 [#d74bea90]
-[[ASP.NET アプリケーションでアプリケーションおよびディレ...
<configuration>
<location path=”forum” >
<system.webServer>
<customErrors mode="RemoteOnly” defaultRedir...
<error statusCode="404" redirect="forum-...
</customErrors>
</system.webServer>
</location>
</configuration>
**拡張子なしファイルへのアクセス [#s93de15b]
-[[IIS: How to serve a file without extension?:https://st...
-[[Allow IIS to serve files without extensions:https://bl...
-[[Extensionless Static Files are Very Painful to Configu...
-[[ASP.NET CoreでLet's EncryptのChallengeのような拡張子な...
-[[Configuring LetsEncrypt for ASP.NET Core and IIS:https...
終了行:
-[[Configuration Reference <configuration>;https://docs.m...
*TOP階層直下 [#f196e643]
-appSettings
-configProtectedData
-connectionStrings
-system.codedom
-system.data
-system.diagnostics
-system.windows.forms
*system.applicationHost [#y6cb8aaa]
-applicationDefaults
-siteDefaults
--limits
---connectionTimeout
---maxBandwidth
---maxConnections
---maxUrlSegments
---参考)[[Default Limits for Web Sites <limits>:https://...
-webLimits
--demandStartThreshold
--dynamicIdleThreshold
--dynamicREgistrationThreshold
--headerWaitTimeout
--maxGlobalBandwidth
--minBytesPerSecond
--参考)[[Web Limits <webLimits>:https://docs.microsoft.c...
*system.ftpServer [#u463fc6a]
**security [#m9aa031e]
*system.net [#p47cfb67]
**mailSettings [#b3ebc1d1]
*system.transactions [#x808fd2d]
*system.web [#v02e7de1]
-httpRuntime
--executionTimeout
--maxRequestLength
--minFreeThreads
--minLocalRequestFreeThreads
**caching [#db060834]
*system.webServer [#a14ce9b7]
-asp
--limits
---bufferingLimit
---maxREquestEntityAllowed
---processorThreadMax
---queueConnectionTestTime
---queueTimeout
---requestQueueMax
---scriptTimeout
-aspNetCore
--disableStartUpErrorPage
--environmentVariables
--forwardWindowsAuthTOken
--hostingModel
--processedPerApplication
--processPath
--rapidFailsPerMinute
--recycleOnFileChange
--requestTimeout
---%ASPNETCORE_PORT% でリッスンしているプロセスからの応答...
---ASP.NET Core 2.1 以降のリリースに付属する ASP.NET Core...
---ASP.NET Core 2.0 以前のリリースに付属する ASP.NET Core...
---参考)[[ASP.NET Core で Timeout を伸ばしたい場合:https...
--shutdownTimeLimit
--startupTimeLimit
--stdoutLogEnabled
--stdoutLogFile
--参考)[[ASP.NET Core Module Configuration Reference:htt...
--参考)[[ASP.NET Core モジュール構成リファレンス:https:/...
-serverRuntime
--appConcurrentRequestLimit
--authenticatedUserOverride
--enabled
--enableNagling
--frequentHitThreshold
--frequentHitTimePeriod
--maxRequestEntityAllowed
--uploadReadAheadSize
--参考)[[サーバー ランタイム <serverRuntime>:https://msd...
**security [#bf73d70a]
***authentication [#c18fd407]
**tracing [#g3619e74]
**webdav [#dcc22c21]
*system.xml.serialization [#f36e98c3]
*ASP.NET [#w2d10dc9]
**SQL実行タイムアウト [#qb115eb2]
-[[ASP.NET で SQLのコマンドがタイムアウトした場合の対応方...
--タイムアウトを3分にする場合
---web.configのconnectionString属性にConnection Timeout=1...
---web.configのhttpRuntimeにexecutionTimeout属性を追加し1...
---ソースコードの中でコマンドのタイムアウト時間を180秒に...
*ASP.NET Core [#a1306a17]
-IISマネージャの「構成エディター」で行う
-[[ASP.NET Coreを動かすためのIISの構築方法:https://qiita....
-[[IIS上のASP.NET Coreアプリのリクエストタイムアウト設定:...
-[[IISのタイムアウトについて:http://digital-nejimaki.sees...
<add key="aspnet:MaxHttpCollectionKeys" value="3100" />
<httpRuntime executionTimeout="3600" />
*Tips [#k7da992a]
**ASP.NETのweb.config、app.configへの変更の反映タイミング...
-反映には、IISの再起動が必要
-web.configが変更されると、自動的にIISの再起動がかかり、...
**適用範囲 [#d74bea90]
-[[ASP.NET アプリケーションでアプリケーションおよびディレ...
<configuration>
<location path=”forum” >
<system.webServer>
<customErrors mode="RemoteOnly” defaultRedir...
<error statusCode="404" redirect="forum-...
</customErrors>
</system.webServer>
</location>
</configuration>
**拡張子なしファイルへのアクセス [#s93de15b]
-[[IIS: How to serve a file without extension?:https://st...
-[[Allow IIS to serve files without extensions:https://bl...
-[[Extensionless Static Files are Very Painful to Configu...
-[[ASP.NET CoreでLet's EncryptのChallengeのような拡張子な...
-[[Configuring LetsEncrypt for ASP.NET Core and IIS:https...
ページ名: