Space problems: impacts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?THVpZ2k=?=

    Space problems: impacts

    Hi all,
    sorry for my strange question.
    An ASP.NET C# (2.0) application may run into runtime problems (or other
    kinds of malfunctions) when running on a machine with very low free space on
    disk (for example, only 5 MB free space on 220 GB total)?

    Thanks a lot.

    --
    Luigi

  • George Ter-Saakov

    #2
    Re: Space problems: impacts

    It will not run into any problem until it actually do that :)
    I mean if there is only 5MB free spaces that will not be a problem until
    application try to create a file that is 6 Mb...


    George.


    "Luigi" <ciupazNoSpamGr azie@inwind.itw rote in message
    news:F536B85E-9B1C-4B38-8C4F-7C541B05226C@mi crosoft.com...
    Hi all,
    sorry for my strange question.
    An ASP.NET C# (2.0) application may run into runtime problems (or other
    kinds of malfunctions) when running on a machine with very low free space
    on
    disk (for example, only 5 MB free space on 220 GB total)?
    >
    Thanks a lot.
    >
    --
    Luigi
    >

    Comment

    • =?Utf-8?B?THVpZ2k=?=

      #3
      Re: Space problems: impacts

      "George Ter-Saakov" wrote:
      There is no difference where you web application is. It gets compiled and
      loaded into memory anyway. To compile application .NET will need some space
      in
      %SystemRoot%\Mi crosoft.NET\Fra mework\versionN umber\Temporary ASP.NET Files
      >
      --------------------------------------------------------------------------------
      >
      But if you keep your database on the same machine try to have windows swap
      file and database file to be on separate hard drives.
      Ok, thank you so much for your exaustive answer George.

      Luigi

      Comment

      Working...