2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.ServiceModel.Web / System.ServiceModel.Activation / ChangeLog
blob28906b362ca9971ace940b7d05df4a7c5717b30c
1 2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
3         * WebScriptServiceHostFactory.cs : similarly to ServiceDebugBehavior
4           and ServiceMetadataBehavior in ServiceHostBase, it must *prepend*
5           WebScriptEnablingBehavior to apply all other behaviors subsequently.
7 2009-10-09  Atsushi Enomoto  <atsushi@ximian.com>
9         * WebScriptServiceHostFactory.cs : call base.OnOpening() here too.
11 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
13         * WebScriptServiceHostFactory.cs : I have to again revert the
14           previous change; it does fill endpoints regardless of hosting
15           environment (now with tests).
17 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
19         * WebScriptServiceHostFactory.cs : do tasks in previous change only
20           if it is done under ASP.NET environment.
22 2009-09-04  Atsushi Enomoto  <atsushi@ximian.com>
24         * WebScriptServiceHostFactory.cs : endpoints are automatically added
25           and if they are added through configuration, it is an error
26           (as documented).
28 2006-02-16  Atsushi Enomoto  <atsushi@ximian.com>
30         * WebServiceHostFactory.cs, WebScriptServiceHostFactory.cs :
31           new files.