[Mono-bugs] [Bug 632600] Mono 2.6.1 , ASP.NET Version: 2.0.50727.1433 - Server error CS0006: cannot find metadata file '/tmp/apache-temp....'
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Apr 18 18:39:28 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=632600
https://bugzilla.novell.com/show_bug.cgi?id=632600#c4
Marek Habersack <mhabersack at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |WONTFIX
Severity|Major |Normal
--- Comment #4 from Marek Habersack <mhabersack at novell.com> 2011-04-19 00:39:27 CEST ---
You can have several applications pointing to the same virtual directory if the
application virtual directories have different names. This is incorrect:
mono-instance_1
/ -> /my/physical/dir
mono-instance_2
/ -> /my/physical/dir
it will result in the two instances overwriting each other's files. This is
correct:
mono-instance_1
/App1 -> /my/physical/dir
mono-instance_2
/ -> /my/physical/dir
Make sure your operating system doesn't periodically clean the /tmp directory,
as well.
I don't know which Mono version you use, but I recommend to update to at least
2.8 as there were many issues resolved there.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list