• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Unrecognized attribute 'xmlns'. Note that attribute names are case-sensitive.

A

ahardman

Guest
I am recieving an error below on my plesk 9.0.0 server on one of my new clients website setups. They are migrating the site to me from a standard IIS6 web server with no control panel like plesk on it. In googleing this error the only assitance that I have found have suggested that I use ASP.net Version 2 instead of 1. I have changed the ASP.net version to 2 and I am still seeing this error. I have deleted and readded the connection string using the plesk control panel. Nothing seems to fix the error. Is this a bug or am I just doing something wrong. ( I did put dummy values in the string to protect the client)


Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'xmlns'. Note that attribute names are case-sensitive.

Source Error:


Line 32: </customErrors>
Line 33: </system.web>
Line 34: <connectionStrings xmlns="">
Line 35: <add name="MySQL" connectionString="Server=10.10.10.10;User Id=username;Password=password;Persist Security Info=True;Database=database;pooling=false" />
Line 36: </connectionStrings

Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
 
Last edited by a moderator:
I tried this site on a Plesk 8.6 box and it worked there. Why won't it work in 9.0
 
Back
Top