Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビデオエンコーダーを作成しました。非常に単純なもので、特定の割合に達するとプロセスが停止します。
それを機能させるために私にできることはありますか?メモリ制限はありますか?どういうわけか別の方法で実行できますか?
デフォルトのタイムアウト設定が原因でしょうか?
つまり、web.configファイルで、次のように(またはより高い値で)調整します。
<httpRuntime executionTimeout="900" maxRequestLength="30000" />