日期:2014-05-16 浏览次数:21310 次
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<customErrors mode="Off" />
<compilation debug="true" />
<authentication mode="Forms">
<forms loginUrl="Login.aspx" name="UName" defaultUrl="Default.aspx" />
</authentication>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
<identity impersonate="true" />
</system.web>
<location path="ImageCaptcha.aspx" allowOverride="true" inheritInChildApplications="true">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>