标签: c# html css asp.net iframe
我们的客户希望为现有的基于Razor MVC的webapp添加新功能。 该功能有以下两个要求:
http://localhost/myHtmlFiles/index.html
我已阅读添加<authorization>代码的建议 到root web.config文件,但这不是一个选项,因为<authentication/>模式必须设置为"None",并且通过web.config的授权仅适用于"Forms"身份验证。
<authorization>
<authentication/>
"None"
"Forms"
我已经没有想法如何实现这一点,同时确保满足这两个要求。