DotNetNuke doesn't work

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Igor

    DotNetNuke doesn't work

    I can not install DotNetNuke. I have SQL Server 2005 Express. When
    instalation process testing database connection, I receive this message:

    Message: An error has occurred while establishing a connection to the
    server. When connecting to SQL Server 2005, this failure may be caused by
    the fact that under the default settings SQL Server does not allow remote
    connections. (provider: Named Pipes Provider, error: 40 - Could not open a
    connection to SQL Server)

    Does anybody know what is the problem? How to connect to database?

    Thanks


  • rowe_newsgroups

    #2
    Re: DotNetNuke doesn't work

    On Mar 20, 9:51 am, "Igor" <igor.ju...@gma il.comwrote:
    I can not install DotNetNuke. I have SQL Server 2005 Express. When
    instalation process testing database connection, I receive this message:
    >
    Message: An error has occurred while establishing a connection to the
    server. When connecting to SQL Server 2005, this failure may be caused by
    the fact that under the default settings SQL Server does not allow remote
    connections. (provider: Named Pipes Provider, error: 40 - Could not open a
    connection to SQL Server)
    >
    Does anybody know what is the problem? How to connect to database?
    >
    Thanks
    DotNetNuke aside, can you connect to the database through the standard
    ado.net methods?

    Thanks,

    Seth Rowe [MVP]

    Comment

    • sloan

      #3
      Re: DotNetNuke doesn't work

      One of two things probably.

      Go to
      Start / Programs /Sql Server / Configuration / SQL Server Configuration
      Manager
      And enable remote connections.

      OR (check this first)
      Your connection string is off.

      All connection strings in one place. Find the syntax for your database connection using ADO.NET, ADO, ODBC, OLEDB, C#, VB, VB.NET, ASP.NET and more.





      "Igor" <igor.juric@gma il.comwrote in message
      news:frtq8r$6om $1@sunce.iskon. hr...
      >I can not install DotNetNuke. I have SQL Server 2005 Express. When
      >instalation process testing database connection, I receive this message:
      >
      Message: An error has occurred while establishing a connection to the
      server. When connecting to SQL Server 2005, this failure may be caused by
      the fact that under the default settings SQL Server does not allow remote
      connections. (provider: Named Pipes Provider, error: 40 - Could not open a
      connection to SQL Server)
      >
      Does anybody know what is the problem? How to connect to database?
      >
      Thanks
      >

      Comment

      • Igor

        #4
        Re: DotNetNuke doesn't work

        DotNetNuke aside, can you connect to the database through the standard
        ado.net methods?
        Yes!


        Comment

        Working...