Error message says: "not enough space on the disk"

Discussion in 'ASP.NET / ASP.NET Core' started by fer3, Sep 23, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Note: I resolved this problem by digging around in the Knowledge Base and "guessing".
    I'm posting this in case it is useful to someone else...

    I was getting this error from a script (asp.net) that was recording IP addresses from hits on one of my web pages:
    "System.IO.IOException: There is not enough space on the disk. "
    This occurred whenever the file reached a size of about 728 bytes. There is plenty of spare disk space in my account.

    The solution: go to the account control panel and increase the Disk Quota for the "Anonymous ASPNet User". I increased that number from 0 to 50 megabytes. Problem solved.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Yeah.. this is quitea common problem.


    I think we probably should put up a KB article on this problem:>


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page