Sunday, February 20, 2005 2:03 PM
bart
SQL XML on IIS 6
Maybe some of you have been struggling with this... When creating a SQL XML vdir on IIS 6 servers, the tools create a wildcard mapping for the vdir to the sqlisapi.dll. However, when browsing to the vdir to perform a query or to call a template, you receive a 404 message. IIS 6.0 always sends a 404 message if an ISAPI is not allowed to execute. For example, if ASP.NET is installed on the system but not enabled, navigating to an .aspx file on the server (even if it exists) will result in a 404 error message (to mislead hackers too). The same holds for SQL XML. To get it up and running, go to the Web Service Extensions node in the inetmgr tool and add a new extension for SQL XML, mapping to the ISAPI file (in my case this is C:\Program Files\Common Files\system\ole db\sqlisapi.dll). Finally, allow the extension and everything should be okay.
Del.icio.us |
Digg It |
Technorati |
Blinklist |
Furl |
reddit |
DotNetKicks
Filed under: Microsoft