A、在Web.config 增加XML段 <identity impersonate="false"/> B、在Web.config 增加XML段 <identity impersonate="true"/> C、用下面的代码段进行文件存取:
A、在Web.config 增加XML段 <identity impersonate="false"/> B、在Web.config 增加XML段 <identity impersonate="true"/> C、用下面的代码段进行文件存取:
A、在IIS里,拒绝匿名访问。 B、在Web.config文件,设置允许模拟身份(enable impersonation)。 C、在IIS里,允许匿名访问。 D、在Web.config文件,设置不允许模拟身份(disable impersonation)。 E、在Web.config文件,设置验证模式为Windows。
A、应用网关主要检验通过此网关的所有数据包中的应用层数据 B、电路级网关主要检验数据包中所含的会话信息,只在会话层进行验证 C、包过滤用于在两个不同的安全级别的网络之间控制流入和流出网络的数据 D、Web代理支持内网用户通过Eudemon访问内网的web服务器资源,为用户提供基于http方式的web应用服务