| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
- pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
- 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs:
- * SimpleWorkerRequest.cs: workaround for bug #31245.
- 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: little fixes.
- 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHost.cs: use Assembly instead of Module.
- 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
- * AppDomainFactory.cs: implemented.
- * ApplicationHost.cs: implemented.
- * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
- fully implemented.
- 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
- * AppDomainFactory.cs:
- * IAppDomainFactory.cs:
- * IISAPIRuntime.cs:
- * ISAPIRuntime.cs: make them compile.
- 2002-04-10 Patrik Torstensson <[email protected]>
- * ApplicationHost.cs: Test implementation to support testing.
- * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
- 2001-08-30 Bob Smith <[email protected]>
- * AppDomainFactory.cs: Stubbed.
- * ApplicationHost.cs: Stubbed.
- * IAppDomainFactory.cs: Stubbed.
- * IISAPIRuntime.cs: Stubbed.
- * ISAPIRuntime.cs: Implemented.
- * SimpleWorkerRequest.cs: Implemented.
|