您是否了解我在Odata服务中创建客户身份验证的方法?我不想使用默认的ASP.NET成员资格模型和NetworkCredential。
我已经提到过section:authentication-part-6-custom-basic-authentication.aspx。但是我无法调试Httpmodule,即Httpmodule的Init()
答案 0 :(得分:1)
这取决于您正在部署/测试的IIS版本。
我发现当使用小于7的IIS版本时,应该在System.web / HttpModules标记中声明新的HttpModule。在版本7及更高版本中,它应该在System.webserver / Modules标记中。
在IIS中,只启用匿名身份验证。