無料のホストで、Entity FrameworkとITextSharpを使用して、データベースからpdfファイルを作成するWebアプリケーションがあります。(somee.com)しかし、いくつかの異なるファイルを作成すると、デフォルトの一時フォルダーがいっぱいになり、「ディスク容量が不足しています」という例外が発生します。そこで、temp フォルダーを webapplication フォルダー /App_Data/Temp に変更することにしました。
<compilation debug="true" targetFramework="4.0" tempDirectory="D:\DZHosts\LocalUser\user\webapp\App_Data\Temp">
しかし、その後、例外が発生するため、アプリケーションを使用できません。
System.IO.FileLoadException: Could not load file or assembly 'EntityFramework' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)
十分なスペースがあります。私はそれについて何をすべきですか?