[Mono-bugs] [Bug 338116] HttpRuntime.BinDirectory returns multiple relative paths

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 2 20:14:57 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=338116#c4


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #4 from Gert Driesen <gert.driesen at pandora.be>  2007-11-02 18:14:56 MST ---
Marek, if I recall correctly I once verified that ASP.NET ignores entries in
the probepath (but but these directories would not be reflected in the
PrivateBinPath anyway, if I'm not mistaken).

For ASP.NET we construct the PrivateBinPath for the domain ourselves. If we
immediately use the right directory in ApplicationHost.CreateApplicationHost,
then there's always just one directory in the PrivateBinPath for ASP.NET, just
like MS. This would also avoid watching multiple directories, like we do right
now.

It's not just about a 1:1 match with MS, but also about simplifying code and
improving performance (a little). But it's definitely no big deal, no.

Should I bother making a patch for this, or would you prefer to leave it as is?

I'll do a limited test anyway tomorrow, and update the bug report with any info
I gather.

====

Was I missing something with my remark on different path separators used (; and
Path.PathSeparator) ?


-- 
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