Melihat hasil Developer Survey tahun 2017, banyak hal yang bias ditarik kesimpulannya. Misal, Sebagian besar peran dari responden adalah sebagai web developer, meskipun dijelaskan bahwa banyak juga dari mereka yang membuat aplikasi desktop dan mobile. Bahasa pemrograman yang paling populer adalah : JavaScript SQL Java C# dst. Sepertinya banyak developer jaman sekarang yang bekerja membuat WebContinue reading “Hasil StackOverflow Developer Survey 2017”
Tag Archives: asp.net
IIS: improve websites security by adding http headers
One way to improve asp.net MVC website security is to add http custom headers on IIS. To do that you need to open IIS by typing inetmgr on Run, then open the particular website on the Connections pane on the left side and click on Http Response Headers inside the website’s Home pane. After thatContinue reading “IIS: improve websites security by adding http headers”
IIS Server: Acces To Path is Denied when export xls file
When trying to create excel files while exporting and you need to save it on the folder inside a web server. Often times you get an error like this : means that your websites application pool doesn’t have the rights to Read or Write into the folder that the website’s located. To fix it, you needContinue reading “IIS Server: Acces To Path is Denied when export xls file”