ChangeLog 711 B

12345678910111213141516171819202122
  1. 2009-10-07 Atsushi Enomoto <[email protected]>
  2. * WebScriptServiceHostFactory.cs : I have to again revert the
  3. previous change; it does fill endpoints regardless of hosting
  4. environment (now with tests).
  5. 2009-09-17 Atsushi Enomoto <[email protected]>
  6. * WebScriptServiceHostFactory.cs : do tasks in previous change only
  7. if it is done under ASP.NET environment.
  8. 2009-09-04 Atsushi Enomoto <[email protected]>
  9. * WebScriptServiceHostFactory.cs : endpoints are automatically added
  10. and if they are added through configuration, it is an error
  11. (as documented).
  12. 2006-02-16 Atsushi Enomoto <[email protected]>
  13. * WebServiceHostFactory.cs, WebScriptServiceHostFactory.cs :
  14. new files.