發表文章

目前顯示的是 2月 26, 2019的文章

Wanted to plot only one spline at the chart load and further add other splines after loading

圖片
0 Main multispline chart HI All, as shown in the image, I am plotting multispline chart using highcharts. What I want is to plot only 'a' while loading the chart and the rest will be invisible and I could add them later like this Higcharts Spline (only one). Thank you in advance. This previous answered question partly working in my case but I don't want to hide all the series. I want to have one visible series. highcharts share | improve this question edited Nov 14 '18 at 21:06 admpec asked Nov 14 '18 at 20:32 admpec admpec 5 4 add a comment  |  0 Main multispline chart HI All, as shown in the image, I am plotting multispline chart using highcharts. What I want is to plot only 'a' while loading the chart and the rest will be invisible and I could add them later like this Higcharts Spline (only one). Thank you in advance. This previous answered question partly working in my case b

Change ASP.NET Version of Azure app service

圖片
1 Our application has a header that specifies X-AspNet-Version → 4.0.30319 . This is bad not only because we're displaying which version we're using, which those with malicious intent could use against us, but also because the version itself has many vulnerabilities. My question is not how to hide the header, I've already figured that out, but rather I'd like to actually upgrade the version. I am using an Azure app service and in my web.config file I have tried the code below to no avail. <httpRuntime targetFramework="4.7.1" /> The header still shows the same ( X-AspNet-Version → 4.0.30319 ). How am I suppose to update this? Is it something that I can't control? I am not even using ASP.NET in my application. asp.net azure http-headers azure-web-app-service share | improve this question asked Nov 14 '18 at 21:06 cbrawl cbrawl 342 2 10 What .Net Framework is your application using? Also you can