views:

12

answers:

0

I'm trying to get to the temporary files that mono compiler is generating for my codebehind classes. But it deletes them after compilation is performed, while throwing errors to the console. Error messages reference files that are no longer available.

In theory the MONO_ASPNET_NODELETE environment variable should prevent those from being deleted, but I can't get it to work.

Any suggestions?