[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
index 4ae4df4d180e1d119dcb0aa7d066c9953330f87d..e278c6d657819b4d01b438cc927aa1df949b1099 100644 (file)
@@ -1,3 +1,20 @@
+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