• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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