On Wed, 2005-10-12 at 15:42 +0200, Robert Jordan wrote:
> Hi Ben,
> 
> 
> I'm not sure if it's implemented by Mono's System.Web,
> but try to insert the following into your web.config:
> 
> <configration>
>    <system.web>
>       <compilation tempDirectory="...." />
> 
> Robert

That should work. But you will also need the .wapi directory created
somewhere not in /tmp.

I would add something like:

        MonoSetEnv your_alias_here 'TMP=/some/directory'
        MonoWapiDir your_alias_here '/some/place_for_wapi'

to the apache configuration.

TMP can also be TMPDIR or TEMP. '/some/directory'
and /some/place_for_wapi' must allow read and write for the user running
apache.

-Gonzalo


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

Reply via email to