本文介绍了通过C#编辑身份验证模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
如何编辑web.config文件身份验证模式.
现在我有了
Hello,
How to edit the web.config file authentication mode.
Now i have
<system.web>
<trust level="Full" />
<authentication mode="Forms">
</authentication></system.web>
我想通过C#代码将此身份验证模式形式更改为Windows.
Through C# code i want change this authentication mode forms to windows. how to do?
推荐答案
这篇关于通过C#编辑身份验证模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!