MSDE2000A Connection Problem

Discussion in 'Databases' started by cmnengineering, Dec 1, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. i, I uploaded my asp.net application to the server. What I would like to do is connect to the MSDE2000 database on my home computer.
    I am using :


    Dim connectionString As String = "Server=myIPaddress;Database=mydatabase;uid=sa;pwd=myStrongPassword"


    This works fine on my computer, but my website gives this error...

    SQL Server does not exist or access denied.
    Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.


    I have enabled TCP/IP and NamedPipes
    There is no firewall,
    Port 1433 is open. ISP did not block it.
    I cannot figure out what is going on!

    Thaank-You


    Post Edited (maximumpower) : 12/2/2004 11:57:58 PM GMT
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    This error indicate a network connection problem to your computer.

    Our network allows port 1433 traffic to pass through. The problem is mostly likely cause by a network block / port block.

    We can confirm that for you if you create a support ticket.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page