I have this error on website today
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)
Message says: “There is not enough space on the disk.” Try to delete something from disk on which is your application.
Maybe, your IIS log filled up your disk. Try this to clean your IIS log: http://www.ehow.com/how_5171789_clean-iis-log.html
After you free some space on your disk, you should restart your application pool in IIS.
Yes, delete the the data from the drive in which you have your application store. After that try to run the application again. Definitely your application will run.
User contributions licensed under CC BY-SA 3.0