2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
1 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * ApplicationHost.cs: use Assembly instead of Module.
4
5 2002-08-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * AppDomainFactory.cs: implemented.
8         * ApplicationHost.cs: implemented.
9         * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
10         fully implemented.
11
12 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * AppDomainFactory.cs:
15         * IAppDomainFactory.cs:
16         * IISAPIRuntime.cs:
17         * ISAPIRuntime.cs: make them compile.
18
19 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
20
21         * ApplicationHost.cs: Test implementation to support testing.
22         * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
23
24 2001-08-30  Bob Smith  <bob@thestuff.net>
25
26         * AppDomainFactory.cs: Stubbed.
27         * ApplicationHost.cs: Stubbed.
28         * IAppDomainFactory.cs: Stubbed.
29         * IISAPIRuntime.cs: Stubbed.
30         * ISAPIRuntime.cs: Implemented.
31         * SimpleWorkerRequest.cs: Implemented.