ASP.NET标签存档订阅
Windows2008R2启用TLS1.2
微软这货整天给人找麻烦,应用商店要求打开的网址必须启用TLS1.2。仔细检查了一下原网址使用的是1.0或者1.1。Chrome浏览器报如下警告:The connection used to load resources from https://www.XXXX.com used TLS 1.0 or TLS 1.1, which are deprecated and will be disabled in the future. Once disabled, users will be prevented from loading these resources. The server should enable TLS 1.2 or later. See https://www.chromestatus.com/feature/5654791610957824 for more information.
asp.net数据绑定控件绑定List<string>
当使用ASP.NET的数据绑定控件Repeater,GridView,DataGrid等绑定数据源后,可以使用<%# Container.DataItem %>,以申明方式显示数据。
IIS Express 调试Web项目报错:检测到在集成的托管管道模式下不适用的 ASP.NET 设置
最简单直接的方法在Web项目的web.config的configuration中加入