Azure WebサイトでSSIを有効にしたいのですが、.shtmlではなく.htmlを使用しています。SSIは有効になっていますが、私の人生では、.htmlを処理する方法を見つけることができません。
ローカルでweb.configにハンドラーを追加しました
<system.webServer>
<handlers accessPolicy="Read, Script">
<add name="ASPClassicHtml" path="*.html" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%IIS_BIN%\asp.dll" resourceType="File" />
</handlers>
</system.webServer>
これは問題なく機能しますが、Azure Webサイトにアップロードすると、次のエラーが発生します。
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
助言がありますか?