Problem There may be some times where you will see this message when developing an application for Windows Azure. The message will look like:
There is not enough space on the disk.
Description: An unhandled exception occurred during the execution
of the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.IO.IOException: There is not enough
space on the disk.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location
of the exception can be identified using the exception stack trace
below.
Stack Trace:
[IOException: There is not enough space on the disk.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10546789
System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 ...
Go to the complete details ...