a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
18 lines
429 B
XML
18 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<system.web>
|
|
<customErrors mode="Off"/>
|
|
<compilation debug="true" batch="false"/>
|
|
<authentication mode= "Forms">
|
|
</authentication>
|
|
<browserCaps>
|
|
<use var="HTTP_USER_AGENT" />
|
|
<filter>
|
|
<case match=".*">
|
|
tagwriter=Helper.HtmlWriter,HtmlWriter
|
|
</case>
|
|
</filter>
|
|
</browserCaps>
|
|
</system.web>
|
|
</configuration>
|