Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tony Kiernan 278 posts 341 karma points
    Mar 22, 2012 @ 14:25
    Tony Kiernan
    0

    Changing Umbraco 5 connection

    When runnign the U5 installer, I could not get it to accept my database settings.  so, I let it run using CE with the intention of changing the string once it was all set up.  This is a considerably different process to what I expected. 

    I've tried changing the string in \App_Data\Umbraco\HiveConfig\web.config but it made no difference. Anyone help?

  • Grant Thomas 291 posts 324 karma points
    Mar 22, 2012 @ 14:39
    Grant Thomas
    0

    I don't have an Umbraco v5 instance at hand to look at, but surely they haven't changed the connection string configuration property - so, I'll say you should look in the web.config of the root of your instance and alter the 'umbracoDbDSN'  setting in 'appSettings' accordingly:

    <add key="umbracoDbDSN" value="server=xxx;database=xxx;user id=xxx;password=xxx" />
  • Tony Kiernan 278 posts 341 karma points
    Mar 22, 2012 @ 15:24
    Tony Kiernan
    0

    As I said, different from one would expect.  No, it's no longer stored that way

  • Tony Kiernan 278 posts 341 karma points
    Mar 27, 2012 @ 12:58
    Tony Kiernan
    0

    OK, sems the answer to my question would be simply to edit the hive config file. 

    My problem was that I was running an instanvce of SQL 2005 without knowing it.  More of which here

Please Sign in or register to post replies

Write your reply to:

Draft