• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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