[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
index 59406b6101c125319bca36f9d6a73faf87f5e05a..e278c6d657819b4d01b438cc927aa1df949b1099 100644 (file)
@@ -1,3 +1,51 @@
+2010-02-18  Marek Habersack  <mhabersack@novell.com>
+
+       * HostingEnvironment.cs: removed SetHostingId and added internal
+       setters to the SiteName and IsHosted properties.
+
+       * ApplicationManager.cs: CreateHost doesn't have to call set
+       HostingEnvironment.IsHosted, it is done in
+       ApplicationHost.CreateApplicationHost.
+
+       * ApplicationHost.cs: set the ".appId" item in the new appdomain's
+       data, so that HttpRuntime.AppDomainAppId returns a non-null
+       value.
+       Set HostingEnvironment.{IsHosted, SiteName} in the new appdomain
+       instead of the original one.
+
+       All of the above fix bug #578880
+
+2010-01-14  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationManager.cs: implemented a missing CreateObject
+       overload
+
+2009-11-18  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHost.cs: changed the order of file names in
+       WebConfigFileNames, so that our global web.config is found first
+       (it's frequently accessed)
+
+2009-10-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ApplicationHost.cs: set the shadow copy options calling the methods
+       in AppDomain, instead of setting them in a copy of the setup
+       information.
+
+2009-10-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ApplicationHost.cs: use shadowCopyBinAssemblies from
+       <hostingEnvironment>.
+
+2009-09-07  Marek Habersack  <mhabersack@novell.com>
+
+       * HostingEnvironment.cs: MapPath checks if HttpContext.Request
+       actually exists before using it.
+
+2009-08-26  Marek Habersack  <mhabersack@novell.com>
+
+       * IApplicationHost.cs: added
+
 2009-07-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * SimpleWorkerRequest.cs: move this back to an instance property.