Installation of personal website starter kit complete, usr and roles setup and runs perfectly locally under CTRL+F5
logged in with admin and uploaded photos etc.
After installing on my webhosts SQL/2005 server, I run and receive following. It's worrying because there does not appear to be any reference to the error in this forum.
Any ideas how to resolve?
thanks, Paul
Server Error in '/pix' 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: The entry 'Personal' has already been added.
Source Error:
Line 3: <connectionStrings> Line 4: <!-- <add name="Personal" connectionString="Data Source=sql.server.com;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Personal.mdf" providerName="System.Data.SqlClient" />!--> Line 5: <add name="Personal" connectionString="Data Source=sql.server.com;Initial Catalog=****;User ID=****;Password=****"/> Line 6: </connectionStrings> Line 7: <!--<connectionStrings>
Paulcaz
Member
25 Points
6 Posts
Parser Error Message: The entry 'Personal' has already been added
Nov 21, 2006 09:59 AM|LINK
Installation of personal website starter kit complete, usr and roles setup and runs perfectly locally under CTRL+F5
logged in with admin and uploaded photos etc.
After installing on my webhosts SQL/2005 server, I run and receive following. It's worrying because there does not appear to be any reference to the error in this forum.
Any ideas how to resolve?
thanks, Paul
Server Error in '/pix' 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: The entry 'Personal' has already been added.
Source Error:
jwadsworth
Contributor
2378 Points
542 Posts
Re: Parser Error Message: The entry 'Personal' has already been added
Nov 21, 2006 02:51 PM|LINK
Try adding the following line just above your connection string.
<
remove name="Personal"/>Extended Personal Site Starter kit
Paulcaz
Member
25 Points
6 Posts
Re: Parser Error Message: The entry 'Personal' has already been added
Nov 21, 2006 09:55 PM|LINK
Thanks, sorted!
I needed to place inside the connection string.
sasuke
Member
2 Points
1 Post
Re: Parser Error Message: The entry 'Personal' has already been added
Mar 25, 2009 08:14 AM|LINK
os_ca
Member
27 Points
61 Posts
Re: Parser Error Message: The entry 'Personal' has already been added
Aug 18, 2009 01:38 AM|LINK
because your root site has the same connection string specified I reckon.