Multiple choice .net asp

Which DLL translate XML to SQL in IIS?

  1. SQLISAPI.dll

  2. SQLXML.dll

  3. LISXML.dll

  4. SQLIIS.dll

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQLISAPI.dll is the ISAPI extension DLL used by SQLXML to translate XML-based HTTP requests into SQL queries in IIS. This was part of the SQLXML technology that enabled HTTP access to SQL Server, allowing XML templates to be executed via IIS and return results as XML.