Wow, it finally works :-D

If anyone else encounters that problem of misplaced temporary dll files, setting the correct TMP and TMPDIR and exporting them does the trick perfectly.

It still feels pretty incredible to run asp.net applications on an old P200. It's surprisingly responsive (once it gets compiled !)

It's a great community you have here guys !



Charles Martin  Programmeur analyste
819.378.4242    acolytecommunication.com
[EMAIL PROTECTED]



Arnaud Bienvenu wrote:
Charles Martin a écrit :
Well guys, I'm still struggling with that permission issue and I wish to permanently resolve this error :

System.UnauthorizedAccessException: Access to the path "/root/tmp/nobody-temp-aspnet/e828334c" is denied.

I guess you launch apache manually from user root (on Mandrake, as you stated), so before launching apache, do :
export TMP="/tmp"
export TMPDIR="/tmp"

I think your problem is not related to mono, but only to your apache setup. However, Gonzalo's tip may be a good one too:
<compilation tempDirectory="/blah/blah" />

Reply via email to