This is a bit wierd question but:
We have a ASP.NET webapplication (4.0) that runs on a iis 7.5.
Because of logging, the disk sometimes gets full and the application stops working. Since the disk is full, we don't get a log message for why the application stops working. The iis-logs are written to a folder within inetpub and the application is placed withing inetpub aswell.
What could some typical reasons for an ASP.NET App to stop working be when the disk is full?
How do people usualy set up their servers so that overflowing logs does not take down the application?