2017年6月3日 星期六

【ASP.NET Webform】在 MasterPage master 中包含 js lib

套 master 的 child 沒吃到 js 的問題。
※大多數 ASP.NET Webform 的網址相對路徑都可以此法正確對應。

2017年6月2日 星期五

【Entity Framework】發現物件名稱 'dbo.TableName' 和索引名稱 'IX_PropertyName' 的重複索引鍵

Code first 更新 DB 時發生
發現物件名稱 'dbo.TableName' 和索引名稱 'IX_PropertyName' 的重複索引鍵,CREATE UNIQUE INDEX 陳述式已結束。重複的索引鍵值為 ()。

2017年6月1日 星期四

【IIS】HTTP 錯誤 500.19 - Internal Server Error

部署後,瀏覽時發生標題的錯誤,Detail 是
在唯一金鑰屬性 'name' 設為 'UrlRoutingModule-4.0' 的情況下,無法新增類型 'add' 的重複集合項目

【ASP.NET Webform】JQuery Ajax to codebehind


透過 JQuery ajax call codebehind method 刷新 DropDownList 的選項為範例。