【发布时间】:2010-09-10 15:32:26
【问题描述】:
假设我有以下 web.config:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authentication mode="Windows"></authentication>
</system.web>
</configuration>
使用 ASP.NET C#,如何检测 Authentication 标签的 Mode 值?
【问题讨论】:
标签: c# asp.net authentication web-config