解 : webconfig 設定
<modules runAllManagedModulesForAllRequests="true"></modules>
最近遇到一些狀況,但卻被指出是專案上的問題,因為事件檢視器一直跳出
為了釐清問題,先將專案的警示關閉
<system.web>
<healthMonitoring enabled="false" />
</system.web>
使用Nest第三套件來操作Elastic
https://nest.azurewebsites.net/nest/quick-start.html 官方說明
var node = new Uri(" http://192.168.19.14:9200/"); var settings = new ConnectionSettings(node); var client = new ElasticClient(settings);
client1.Index<string>("Index", "Type", model.ID, json);