I have ASP.NET 4.6.1 WebForms Legacy that using Index Server in Windows Server 2008 R2. I get OleDbException error with message: > The query contained only ignored words. My code: var datos = new List<Documento>(); var sql = "Select DocAuthor, vpath, doctitle, FileName, Path, Write, Size, Rank, Create, Characterization, DocCategory [...] read more