前提・実現したいこと
IISを使ってDjangoのアプリケーションを公開しようとしています。
下記の記事の手順にしたがって実行していました。
[Python] Windowsサーバ(IIS)でDjangoアプリを公開する
wfastcgi を有効化する段階でエラーが発生してしまい、解決方法がわからなかったため、質問しました。
発生している問題・エラーメッセージ
下記のようなエラーが発生しております。
(env) C:\inetpub\wwwroot\my-project>env\Scripts\wfastcgi-enable.exe ERROR ( message:New application object missing required attributes. Cannot add duplicate collection entry of type 'application' with combined key attributes 'fullPath, arguments' respectively set to 'c:\inetpub\wwwroot\my-project\env\scripts\python.exe, c:\inetpub\wwwroot\my-project\env\lib\site-packages\wfastcgi.py' . ) An error occurred running the command: ['C:\Windows\system32\inetsrv\appcmd.exe', 'set', 'config', '/section:system.webServer/fastCGI', "/+[fullPath='c:\inetpub\wwwroot\my-project\env\scripts\python.exe', arguments='c:\inetpub\wwwroot\my-project\env\lib\site-packages\wfastcgi.py', signalBeforeTerminateSeconds='30']"] Ensure your user has sufficient privileges and try again.
試したこと
applicationHost.config を見て、application のコレクションの属性を弄ってみましたが、うまく行きませんでした。
補足情報(FW/ツールのバージョンなど)
IISのバージョン:10.0.17763.1
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。