[Mono-dev] merge web.config regression to 2.8

2010-09-17 Thread Atsushi Eno
Hi Andrew, We need this patch to get WCF on ASP.NET (xsp4) working as we used to do. (web.config was somehow updated to exclude .svc handler at some stage, which was wrong.) Atsushi Eno diff --git a/data/net_4_0/web.config b/data/net_4_0/web.config index db1c2b8..2a7dfd2 100644 ---

Re: [Mono-dev] merge web.config regression to 2.8

2010-09-17 Thread Miguel de Icaza
Hello Andrew, Atsushi, We should get this patch in. On Fri, Sep 17, 2010 at 3:18 AM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: Hi Andrew, We need this patch to get WCF on ASP.NET (xsp4) working as we used to do. (web.config was somehow updated to exclude .svc handler at

[Mono-dev] AssemblyInstaller

2010-09-17 Thread Nicholas Salerno
The class System.Configuration.Installer.AssemblyInstaller is currently not implemented (all it does it just call the parent method in the override). However, there does exist an implementation of installutil.exe in Mono. I have noticed with Microsoft's framework that AssemblyInstaller does

Re: [Mono-dev] AssemblyInstaller

2010-09-17 Thread Vincent Povirk
I don't know much about these classes, but my impression was that ManagedInstallerClass corresponds most directly to installutil.exe, but that that class must use AssemblyInstaller. It seems installutil duplicates some functionality of both of those, and it should probably call on them instead.