2008-12-03 Marek Habersack * machine.config: rename serviceModelHostingEnvironment to serviceHostingEnvironment. 2008-11-20 Gonzalo Paniagua Javier * machine.config: in 2.0, there's no section here. Bug #445991 fixed. 2008-11-14 Gonzalo Paniagua Javier * DefaultWsdlHelpGenerator.aspx: use javascript instead of HttpWebRequest to avoid a deadlock if the web service uses Session. Bug #444343 fixed. 2008-10-09 Gonzalo Paniagua Javier * web.config: default values for httpRuntime are different in 2.0 2008-10-09 Marek Habersack * web.config: added the default monoSettings section which works around an incompatibility between mcs and csc, mentioned in bug #433806 * machine.config: added definition of the monoSettings section to the system.web group 2008-10-06 Marek Habersack * machine.config: added entries to ignore the mobileControls and deviceFilters sections. 2008-09-02 Marek Habersack * web.config: removed System.Web.Extensions.dll from the assemblies (reverting r112073) - it would break all the ASP.NET applications which use System.Web.Extensions other than 3.5.0.0 2008-09-06 Daniel Morgan * machine.config: added Mono.Data.SybaseClient to DbProviderFactories section. 2008-09-02 Atsushi Enomoto * web.config: added System.Web.Extensions.dll to assemblies. 2008-08-28 Zoltan Varga * machine.config: Fix syntax error. 2008-03-23 Dean Brettle * Makefile.am: added Browsers/Compat.browser 2008-02-29 Marek Habersack * machine.config: added an entry to ignore the browserCaps section. 2007-12-15 Marek Habersack * web.config: compilation/compilers are no longer necessary. 2007-12-08 Marek Habersack * machine.config: updated the LocalSqlServer connection string to match MS.NET and added a new connection string, LocalSqliteServer, to be used by default on Unix. Updated the AspNetSqlMembershipProvider definition to match MS.NET. * settings.map: added * Makefile.am: added settings.map 2007-10-17 Atsushi Enomoto * web.config, machine.config: moved webSerices section from former to latter. 2007-09-05 Atsushi Enomoto * machine.config : added WCF sectionGroups. 2007-09-04 Marek Habersack * machine.config: added an entry to ignore the section. Fixes bug #82535 2007-07-03 Marek Habersack * DefaultWsdlHelpGenerator.aspx: make head server-side, for the service generator to run on sites which use stylesheet themes configured in web.config. Fixes bug #81994 2007-05-01 Marek Habersack * machine.config: added standard data provider factories, or otherwise the SqlDataSource tests will fail. 2007-04-27 Atsushi Enomoto * DefaultWsdlHelpGenerator.aspx : ProfileViolations could be null, when there is no Binding. So, don't omit null check. Stop your bad habit of missing ChangeLog. Former changes (as long as logged) can be seen in ../../ChangeLog.