[Mono-list] Re: Cannot find '60625.dll'
Gonzalo Paniagua Javier
gonzalo at ximian.com
Wed Oct 12 17:53:22 EDT 2005
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
More information about the Mono-list
mailing list