Skip to content

Instantly share code, notes, and snippets.

@dnstommy
Created May 21, 2019 17:26
Show Gist options
  • Save dnstommy/9531567847561f01f451db822e8197d0 to your computer and use it in GitHub Desktop.
Save dnstommy/9531567847561f01f451db822e8197d0 to your computer and use it in GitHub Desktop.
<%@ Page Language="C#" AutoEventWireup="true" %>
<%@ Import Namespace="Sitecore.Configuration" %>
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.Xml" %>
<%
XmlDocument configuration = Factory.GetConfiguration();
Response.ContentType = "application/xml";
Response.Write(configuration.OuterXml);
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment