• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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