Copied to clipboard

Flag this post as spam?

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


  • Jon 23 posts 53 karma points
    Apr 17, 2015 @ 11:50
    Jon
    0

    Keyword not supported: 'server'.

    Hi all,

     

    I'm trying to install my Umbraco website on my server but I keep receiving the following issue:

     

    Keyword not supported: 'server'.

     

    My connection string looks correct:

     

    <connectionStrings>

        <remove name="umbracoDbDSN" />

        <add connectionString="server=****;database=Umbraco;User=****;Password=****" name="umbracoDbDSN" providerName="System.Data.SqlServerCe.4.0" />

      </connectionStrings>

     

    I'm using IIS 7, MVC 3 .NET 4.5 installed. I tried using the default application pools in the dropdown and creating a new one using .NET v4 with integrated mode. 

     

    Also, if I change 'server' & 'database' to 'data source'  & 'initial catalog' then the same error appears but replacing server with initial catalog.

     

    I'm not sure what is going on here. Has anyone experienced this before?

    Any ideas?

     

    Thanks,

    Jon

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 17, 2015 @ 14:03
    Alex Skrypnyk
    0

    Hi Jon,

    Try to change server to 'Data Source'.

    Database we can change to 'Initial Catalog'.

    User to 'User ID'.

    Thanks

  • Jon 23 posts 53 karma points
    Apr 17, 2015 @ 14:14
    Jon
    1

    I had to change providerName to : providerName="System.Data.SqlClient"

    Working now :D

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 17, 2015 @ 14:15
    Alex Skrypnyk
    0

    Great !

Please Sign in or register to post replies

Write your reply to:

Draft