Debug true flag on Default.aspx

This commit is contained in:
Jakob Aarøe Dam 2015-04-23 12:40:44 +02:00
parent 6d53580b14
commit 70bdae8e77

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<% @Page Language="C#" Debug="false" ResponseEncoding="utf-8" ContentType="text/xml" %>
<% @Page Language="C#" Debug="true" ResponseEncoding="utf-8" ContentType="text/xml" %>
<% @Import Namespace="System.Globalization" %>
<% @Import Namespace="System.Web.Configuration" %>
<% @Import Namespace="System.Security" %>