X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Hosting%2FChangeLog;h=e278c6d657819b4d01b438cc927aa1df949b1099;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=afb1ec446459331a7835f17a24d986fcd180c865;hpb=4e5e61cf501ef587ec36aaf80d04d734ca0efaca;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Hosting/ChangeLog b/mcs/class/System.Web/System.Web.Hosting/ChangeLog index afb1ec44645..e278c6d6578 100644 --- a/mcs/class/System.Web/System.Web.Hosting/ChangeLog +++ b/mcs/class/System.Web/System.Web.Hosting/ChangeLog @@ -1,3 +1,66 @@ +2010-02-18 Marek Habersack + + * 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 + + * ApplicationManager.cs: implemented a missing CreateObject + overload + +2009-11-18 Marek Habersack + + * 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 + + * 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 + + * ApplicationHost.cs: use shadowCopyBinAssemblies from + . + +2009-09-07 Marek Habersack + + * HostingEnvironment.cs: MapPath checks if HttpContext.Request + actually exists before using it. + +2009-08-26 Marek Habersack + + * IApplicationHost.cs: added + +2009-07-10 Gonzalo Paniagua Javier + + * SimpleWorkerRequest.cs: move this back to an instance property. + Cache works now. + +2009-07-09 Gonzalo Paniagua Javier + + * SimpleWorkerRequest.cs: store the root web configuration path in a + static variable. + +2009-02-19 Marek Habersack + + * ApplicationHost.cs: added support for the + __MONO_DOMAIN_ID_SUFFIX environment variable, used by mod_mono. + 2008-10-29 Marek Habersack * ApplicationHost.cs: set domain setup CachePath to the same value