mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-22 17:45:54 +02:00
Debug true flag on Default.aspx
This commit is contained in:
parent
6d53580b14
commit
70bdae8e77
1 changed files with 1 additions and 1 deletions
|
@ -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" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue