I am trying to connect to my MSSQL server 2008 web instance and im failing horribly... i get the error 26 and before you jump on me i have done these
Check the spelling of the SQL Server
instance name that is specified in
the connection string.
Use the SQL Server Surface Area
Configuration tool to enable SQL
Server to accept remote connections
over the TCP or named pipes
protocols. For more information about
the SQL Server Surface Area
Configuration Tool, see Surface Area
Configuration for Services and
Connections.
Make sure that you have configured
the firewall on the server instance
of SQL Server to open ports for SQL
Server and the SQL Server Browser
port (UDP 1434).
Make sure that the SQL Server Browser
service is started on the server.
in addition to theese i have disabled the firewall completely and tried other ports nothing works the same credentials work on the server but not on the client.
this is the exact error message
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (.Net SqlClient Data Provider)
Can anybody help?
I am trying to connect to my MSSQL server 2008 web instance and im failing horribly... i get the error 26 and before you jump on me i have done these
Check the spelling of the SQL Server
instance name that is specified in
the connection string.
Use the SQL Server Surface Area
Configuration tool to enable SQL
Server to accept remote connections
over the TCP or named pipes
protocols. For more information about
the SQL Server Surface Area
Configuration Tool, see Surface Area
Configuration for Services and
Connections.
Make sure that you have configured
the firewall on the server instance
of SQL Server to open ports for SQL
Server and the SQL Server Browser
port (UDP 1434).
Make sure that the SQL Server Browser
service is started on the server.
in addition to theese i have disabled the firewall completely and tried other ports nothing works the same credentials work on the server but not on the client.
this is the exact error message
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (.Net SqlClient Data Provider)
Can anybody help?
I wan't to bypass SSL and use regular http protocol to connect to a Exchange 2007 server however we dont want to invest in a real SSL cert and the one we use is needed for blackberry enterprise server. Is there a way to bypass this
here is the exception
Request failed. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Service.Credentials = new WebCredentials(ShacxEwsUserName, ShacxEwsUserPassword, ShacxEwsUserDomain);
Service.Url = new Uri(ShacxEwsServiceUrl);
How do you make ExchangeService accept bad ssl.
Hi this seems like it should work,
from something in collectionofsomestuff
select new SelectListItem(){Text = Name, Value = SomeGuid.ToString(), Selected = false};
When I try to do this it doesn't work give me error
LINQ to Entities does not recognize the method 'System.String ToString()' method, and this method cannot be translated into a store expression.
Is there a workaround?
Is there a way to make a notification sort of thing appear on a website indicating that there are windows updates waiting to be installed. So to indicate the users that the server will go under maintenance at the time when windows is scheduled updates.