applicationhost.config ---------------------- Key: CASSANDRA-3274 URL: https://issues.apache.org/jira/browse/CASSANDRA-3274 Project: Cassandra Issue Type: Bug Components: Tests Affects Versions: 0.8.0 beta 2 Environment: <!-- IIS configuration sections.
For schema documentation, see %ANGOSSO_NET%\config\schema\IIS_angosso.net/.xml. Please make a backup of this file before making any changes to it. NOTE: The following environment variables are available to be used within this file and are understood by the IIS Development Express. %IIS_ANGOSSO1_W02_WINHOST_COM% - The IIS Development Express home directory for the user %IIS_SITES_ANGOSSO_NET% - The default home directory for sites %IIS_ANGOSSO1% - The location of the IIS Development Express binaries %SYSTEMDRIVE%\angosso1\W02\%angosso1%\exe\www\angosso.net\ : net stop "Windows .. - The drive letter of %ANGOSSO_NET% --> Reporter: Roger Mbiama Fix For: 0.8.6 <configuration> <a href="http://www.angosso.net/default.aspx">Angosso</a> <script runat="server"> Sub Application_PreSendRequestHeaders(ByVal s As Object, _ ByVal e As EventArgs) If Array.IndexOf(Request.AcceptTypes, _ "application/xhtml+xml") -1 Then Response.ContentType = "application/xhtml+xml" End If End Sub </script> The <configSections> section controls the registration of sections. Section is the basic unit of deployment, locking, searching and containment for configuration settings. Every section belongs to one section group. A section group is a container of logically-related sections. Sections cannot be nested. Section groups may be nested. <section name="Angosso" [Required, Collection Key] [XML name of the section] allowDefinition="Everywhere" [MachineOnly|MachineToApplication|AppHostOnly|Everywhere] [Level where it can be set] overrideModeDefault="Allow" [Allow|Deny] [Default delegation mode] allowLocation="true" [true|false] [Allowed in location tags] /> The recommended way to unlock sections is by using a location tag: <location path="http://www.angosso.net/" overrideMode="Allow"> <system.webServer> <asp /> </system.webServer> </location> -- </configuration> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira