Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81446 --- shadow/81446 2007-08-21 18:09:23.000000000 -0400 +++ shadow/81446.tmp.8008 2007-08-21 19:37:15.000000000 -0400 @@ -73,6 +73,16 @@ both on MS.NET and Mono (it's handled by the IgnoreSection section handler). If you do believe this is a bug, please file a but against the runtime, as this support most definitely belongs in there. As for the semicolon vs colon - I think it's a bug in the MS documentation and they meant the Path.PathSeparator, which may differ from system to system. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-21 19:37 ------- +It's already 1 AM here, so I'll have a closer look tomorrow. One +thing I noticed is that you're splitting the privatebinpath using a +colon (:) in HttpApplication. I think you wanted to use +Path.PathSeparator there. + +I understand that using a semi-colon as path separator would +be "unnatural" on unix. Howver, the reason I brought it us was to +allow for platform-neutral configuration files. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
