After some further investigation i found that it's actually the "ASP.NET Impersonation" that needs to be disabled under "Authentication Providers" for the web application in ISS.

I've tried this on several web applications and it's very consistent. The web applications have been running without problems in my testenvironmet for several days so I think it's safe to disable it.

最新文章

  1. EM算法总结
  2. AC日记——字符环 openjudge 1.7 30
  3. Xcode 6 正式版如何创建一个Empty Application
  4. Java开源框架推荐(全)
  5. C# 正则表达式及常用正则表达式
  6. Understanding Convolution in Deep Learning
  7. REST API TESTING
  8. Oracle数据库中将一个数据库中一张表的数据导入到另外一张表
  9. Web API 2 对 CORS 的支持
  10. hibernate之使用Annotation注解搭建项目
  11. php绘图-报表
  12. 再探Spring IOC
  13. 关于wxpython多线程研究包括(import Publisher等错误研究)
  14. ios-密码判断
  15. intellij idea (Android studio )外部程序 打开某扩展名(格式)
  16. iconfont阿里巴巴矢量图标库批量保存
  17. 汇编 LEA 指令
  18. RecyclerView中实现headerView,footerView功能
  19. Summary: rand5构造rand7
  20. php多进程 防止出现僵尸进程

热门文章

  1. ATL接口返回类型&&ATL接口返回字符串BSTR*
  2. PHP 缓存插件之 Zend Opcache ( 取代 APC )
  3. objective-C: NSString应该用initWithFormat? 还是 stringWithFormat?
  4. swarmkit
  5. go cobra
  6. JAVA中的数组对象
  7. 网站转为https协议,苹果商店应用转为https协议总结
  8. Unity 导出NavMesh (可行走区域判定) 数据给服务器使用
  9. 653. Two Sum IV - Input is a BST 二叉树版本
  10. Java中的并发工具类:CountDownLatch、CyclicBarrier和Semaphore