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:
Line 14: content = c.Request.QueryString["test"].ToString();
Line 15:
Line 16: if (c.Request.Form["testo"] != null)
Line 17: content = c.Request.Form["testo"].ToString();
Line 18: