Andrus Moor wrote:
>> This is a harmless warning. You can get rid of it by removing
>> /tmp/www-data-temp-aspnet-0 and starting over.
> 
> This is not harmless: it stops web service execution.
> I have no rights to remove this directory in ISP server.

You have the rights implicitly. Write a page or WS method
that performs

System.IO.Directory.Move("/tmp/www-data-temp-aspnet-0",
        /tmp/www-data-temp-aspnet-0.old");

and restart mod-mono.

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to