ChangeLog 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  2. * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
  3. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  4. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  5. * ApplicationHost.cs:
  6. * SimpleWorkerRequest.cs: workaround for bug #31245.
  7. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  8. * ApplicationHost.cs: little fixes.
  9. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  10. * ApplicationHost.cs: use Assembly instead of Module.
  11. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  12. * AppDomainFactory.cs: implemented.
  13. * ApplicationHost.cs: implemented.
  14. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  15. fully implemented.
  16. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  17. * AppDomainFactory.cs:
  18. * IAppDomainFactory.cs:
  19. * IISAPIRuntime.cs:
  20. * ISAPIRuntime.cs: make them compile.
  21. 2002-04-10 Patrik Torstensson <[email protected]>
  22. * ApplicationHost.cs: Test implementation to support testing.
  23. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  24. 2001-08-30 Bob Smith <[email protected]>
  25. * AppDomainFactory.cs: Stubbed.
  26. * ApplicationHost.cs: Stubbed.
  27. * IAppDomainFactory.cs: Stubbed.
  28. * IISAPIRuntime.cs: Stubbed.
  29. * ISAPIRuntime.cs: Implemented.
  30. * SimpleWorkerRequest.cs: Implemented.