2007-10-17 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Tue, 16 Oct 2007 22:34:48 +0000 (22:34 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 16 Oct 2007 22:34:48 +0000 (22:34 -0000)
commitf3a1e77fccc81acce1265a57338cc704b92d20b9
tree6fe54d602c0a56f4345f23a1e4bda7fa497b7492
parent5038ca12ff76c524e7ac3dcc493c7dd1e15e142e
2007-10-17  Marek Habersack  <mhabersack@novell.com>

* ApplicationHost.cs: introduce an application domain data item to
allow checks for whether System.Web code runs inside a hosted
application or in a stand-alone one.
Made the array of web.config name variations an internal one, to
be used from within configuration code.

2007-10-17  Marek Habersack  <mhabersack@novell.com>

* WebConfigurationHost.cs: if running outside hosted environment,
read only the assemblyname.config configuration file instead of
web.config. Fixes bug #332425

svn path=/trunk/mcs/; revision=87621
mcs/class/System.Web/System.Web.Configuration_2.0/ChangeLog
mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationHost.cs
mcs/class/System.Web/System.Web.Hosting/ApplicationHost.cs
mcs/class/System.Web/System.Web.Hosting/ChangeLog