Hi, We are running a classic ASP-application. We use the XMLSchemaCache6.0 (MSXML6) server object to parse xml-files. We add a .xsd file to the schema cache (using the method MySchemaCache.Add("namespace", url_to_xsd_file). This all works fine on Windows Server 2003 with IIS6.0. But on my development...