ASP.NET

There are 2 entries for the tag ASP.NET

Eseguire un metodo MVC tramite jQuery

Ho avuto la necessità di eseguire una ricerca su Active Directory da un’interfaccia ASP.NET MVC. Inserendo il testo da ricercare su una textbox presente nella mia View (texttosearch) effettuo una chiamata ad un metodo del controller associato. Per far ciò ho usato jQuery inserendo semplicemente questo script nella mia pagina: var texttosearch = $("#textToSearch").val(); $.getJSON("/AccountManager/SearchForADUsers", { textToSearchInActiveDirectory: texttosearch }, function (data) { var markup = ''; $.each(data, function (key, val) { ...

Security Advisory 2416728 (Vulnerability in ASP.NET) and SharePoint

Non sto quì a riscrivere quello che da ieri è stato scritto e riscritto. Dico solamente che a causa di un bug su ASP.NET bisogna prendere dei provvedimenti anche per Sharepoint. Il provvedimento da prendere è il seguente: http://bitvector.tostring.it/blog/post/security-advisory-2416728-vulnerability-in-asp.net-and-sharepoint   Tags: Sharepoint| Security| ASP.NET