摘要: Reporting Services Single Sign On (SSO) Authentication - Part 1 This will be the first in a series of posts related to setting up single sign on for S 阅读全文
posted @ 2020-06-30 18:18 ChuckLu 阅读(202) 评论(0) 推荐(0)
摘要: .NET - WindowStyle = hidden vs. CreateNoWindow = true? As Hans said, WindowStyle is a recommendation passed to the process, the application can choose 阅读全文
posted @ 2020-06-30 17:01 ChuckLu 阅读(599) 评论(0) 推荐(0)
摘要: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive) You 阅读全文
posted @ 2020-06-30 16:13 ChuckLu 阅读(194) 评论(0) 推荐(0)
摘要: How to fix IIS website loading forever Recently, we had a customer who was facing a problem with his IIS website loading forever. We helped him fix it 阅读全文
posted @ 2020-06-30 15:23 ChuckLu 阅读(275) 评论(0) 推荐(0)
摘要: Cannot read configuration file due to insufficient permissions There is no problem with your web.config. Your web site runs under a process. In iis yo 阅读全文
posted @ 2020-06-30 15:00 ChuckLu 阅读(624) 评论(0) 推荐(0)
摘要: How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C#.NET This article refers to the following Microsoft .NET Framework 阅读全文
posted @ 2020-06-30 14:39 ChuckLu 阅读(226) 评论(0) 推荐(0)
摘要: What is the difference between Version and 'Runtime Version' in .Net? Runtime is the version of the CLR (or .NET framework) the DLL needs (usually as 阅读全文
posted @ 2020-06-30 13:49 ChuckLu 阅读(150) 评论(0) 推荐(0)