Copied to clipboard

Flag this post as spam?

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


  • massimiliano 10 posts 80 karma points
    May 31, 2016 @ 18:29
    massimiliano
    0

    installing umbraco

    Hi i have two question. 1. I can installing sql server from another server respect my local. 2 i can get a data element from same server where place it sql server. Thanks

  • Nicholas Westby 2054 posts 7103 karma points c-trib
    May 31, 2016 @ 19:36
    Nicholas Westby
    0

    I'm having trouble understanding your questions. Would you mind rephrasing?

  • massimiliano 10 posts 80 karma points
    May 31, 2016 @ 19:46
    massimiliano
    0

    I want installing in one server and sql server in a other server. It is possible

  • massimiliano 10 posts 80 karma points
    May 31, 2016 @ 19:47
    massimiliano
    0

    Sorry, umbraco in a server and sql server in a different server

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    May 31, 2016 @ 19:59
    Jan Skovgaard
    0

    Hi Massimiliano

    Yes it is possible to have a web server where Umbraco is setup and then have a seperate database server. You will need to make sure that the webserver is allowed to access the database server of course.

    You need to enter the servername, database name and password in the web.config's connectionstring setting.

    The connectionstring will need to look something like this

    <connectionStrings>
        <remove name="umbracoDbDSN" />
        <add name="umbracoDbDSN" connectionString="Data Source=YOURSERVERNAME;Initial Catalog=YOURDATABASENAME;User ID=YOURUSERBANE;Password=YOURPASSWORD" providerName="System.Data.SqlClient" />
    </connectionStrings>
    

    Hope this helps!

    /Jan

  • massimiliano 10 posts 80 karma points
    May 31, 2016 @ 20:04
    massimiliano
    0

    Thanks jan

  • massimiliano 10 posts 80 karma points
    May 31, 2016 @ 20:21
    massimiliano
    0

    Sorry, an other question in the same server where i have install the sql server i can install the element media(for example images) Thanks for everything.

Please Sign in or register to post replies

Write your reply to:

Draft