ChangeLog 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  2. * AppDomainFactory.cs: Web.config takes precedence over web.config.
  3. * ApplicationHost.cs: removed hacks to work around an old bug.
  4. 2003-02-04 Tim Haynes <[email protected]>
  5. * SimpleWorkerRequest.cs: changed the initialised values of
  6. _App{Install,Virtual}Path variables
  7. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  8. * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
  9. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  10. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  11. * ApplicationHost.cs:
  12. * SimpleWorkerRequest.cs: workaround for bug #31245.
  13. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  14. * ApplicationHost.cs: little fixes.
  15. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  16. * ApplicationHost.cs: use Assembly instead of Module.
  17. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  18. * AppDomainFactory.cs: implemented.
  19. * ApplicationHost.cs: implemented.
  20. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  21. fully implemented.
  22. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  23. * AppDomainFactory.cs:
  24. * IAppDomainFactory.cs:
  25. * IISAPIRuntime.cs:
  26. * ISAPIRuntime.cs: make them compile.
  27. 2002-04-10 Patrik Torstensson <[email protected]>
  28. * ApplicationHost.cs: Test implementation to support testing.
  29. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  30. 2001-08-30 Bob Smith <[email protected]>
  31. * AppDomainFactory.cs: Stubbed.
  32. * ApplicationHost.cs: Stubbed.
  33. * IAppDomainFactory.cs: Stubbed.
  34. * IISAPIRuntime.cs: Stubbed.
  35. * ISAPIRuntime.cs: Implemented.
  36. * SimpleWorkerRequest.cs: Implemented.