Remote Connection Not Allowed

Jul 25, 2006

Just installed SQL Express but cannot connect since it says Remote Connections are not allowed ! This worked before. I have tried different protocols and even SQL Authentication. No luck here and I've been up all night...

View 5 Replies


ADVERTISEMENT

SQL Remote Connection Not Being Seen, Though Remote Connections Allowed

Oct 11, 2007

HiI'm going insane.I have a club starter kit on my local server which is working fine.I have migrated the database to my remote host and seems to have transfered ok.For a brief period I was able to connect to the database remotely, but now I cannot I get the following, even though SQL Server Surface Area Config is set to accept remote connections.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: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)This is my connection string;<add name="ClubSiteDB" connectionString="Data Source=xx.xxx.xx.xx,xxxx; Network Library=DBMSSOCN; Initial Catalog=tets; User ID=sqladminbob;Password=sqlbob4398;" providerName="System.Data.SqlClient="/>I hav also tried to use  aspnet_regsql.exe to add the remote provider but I get the same message. Thanks 

View 3 Replies View Related

Remote Connection Not Allowed, But It's Local

Jul 2, 2006

I have a form to submit some data to a database located in the App_Data folder.  I have the following connection string:
<connectionStrings>
<add name="ConnectionString" connectionString="Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory|Siven.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
 
On the form I'm using a DetailsView control and using a SqlDataSource as the datasource, pointing to the above connection string.  In realtime, when i submit the data, I receive the following error:
 
Server Error in '/' Application.


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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
I'm using discountasp.net as the host, and I did not elect to use the SQL Server databases, I'm just going to use SQL 2005 express.  I dont understand why it's not pointing to the db when it's there (and to make sure, I re-uploaded).  Is there something I missed here?
 

View 1 Replies View Related

SQL Server 2005 Remote Connection Not Allowed Error 26

Jan 11, 2008

Help!  My web-application worked fine last week.  I have made some enhancements and it still works fine when I test in locally in VS 2005 and from IIS when I allow unauthenticated users (by commenting out "<deny users="?"/>" in my web.config.  However, with not allowing unauthenticated users, I get redirected to a login application (which also worked last week), where I supply one of several user names and passwords and it is supposed to redirect me back to my default.aspx page.  Only, now it is taking the authentication parameters from the login screen but is not redirecting me back to my app's page and instead is putting up this Error 26 that states SQL Server 2005 does not allow remote connections. 
The included stack trace has no information about what server it seems to be trying to connect with, but the strangest thing about it is I/we are not using SQL Server 2005 yet (still a future upgrade not too far off).  The application database, the authentication aspnetdb database, and the Session aspstate database are all on the same SQL Server 2000 managed server.  And, these were all working last week (and are all accessible).  I have not changed any connection strings and as I said, it works fine without the loging in part both locally and from IIS.  It is only when using the Login in application, which is working with other apps and the developer insists the problem has to in my application (after all the first line of the error message states:  Server Error in '/deployment1' Application, which is my app!) 
I am lost in finding the culprit, can someone please give me some ideas?
  

View 2 Replies View Related

SQL Server 2012 :: Remote Table-valued Function Calls Are Not Allowed

Sep 19, 2014

SELECT MAX(ID)
FROM [LinkedServer].[Database].dbo.[TableName] (NOLOCK)
WHERE <Condition>

The above SQL Script ran successfully up to yesterday. But today its throws the below error message.

Remote table-valued function calls are not allowed.

Now i have modified the SQL script as follows

SELECT MAX(ID)
FROM [LinkedServer].[Database].dbo.[TableName] WITH (NOLOCK)
WHERE <Condition>

I want to know how the 1st SQL script runs successfully up to yesterday.

View 7 Replies View Related

FTP Connection Problem With The Password Was Not Allowed Error Message

Mar 19, 2007

Hi

I have a simple FTP task that I am trying to connect to an FTP server. I can test the connection fine, however, when I try and execute the package from Visual Studio 2005 I get the "The Password was not allowed" message. I have found some threads that mention setting the protection level on the package to EncryptSensitiveWithPassword, however, I still get the same message appearing.

Has anyone any idea as to what is causing this and how I can get around it

Thanks

Darrell

View 4 Replies View Related

Subqueries Are Not Allowed In This Context. Only Scalar Expressions Are Allowed.

Jun 17, 2004

Hi, I was trying to run an insert statement which has subquery, But it is returning the error like this..
Subqueries are not allowed in this context. Only scalar expressions are allowed.
--------------
Is there a way to reparse the insert statement without have to assign the subquery to a temp value and insert it?
thanks..
Here is my SQL..
insert into admincriteria values (nextID,(select id from nodetable where description like 'Example - Quality Analytics'),8071,2,'Failures by Customer',2,0,0)

View 14 Replies View Related

Getting An Access Not Allowed Message When Trying To Create A DB Connection To The Northwind DB In VB Studio 2008

Feb 4, 2008

I recently installed VB Studio Express 2008, which also installed SQL Server Compact Edition. I was going thro the online tutorial from Microsoft, which tells you to create a connection to the Northwind DB. But, when I tried to connect, I get an error message saying access is not allowed. Note that the is running under Vista Home Premium. I have tried searching for an answer to this question, but have not found an answer that solves my problem. The closest was a similar problem for a C# application running in Internet Explorer, and the answer for that one was to change security settings in IE. But, for this demo, IE was not involved.

View 11 Replies View Related

SSIS Project Failing To Run Even Though I Verified Remote Sybase Connection Via Connection Manager

Apr 7, 2008



When running the project in debug mode or non-debug mode, I get the following error from MS Visual Studio:

TITLE: Package Validation Error
------------------------------
Package Validation Error
------------------------------
ADDITIONAL INFORMATION:
Error at Package [Connection manager "SYBASE_CONNECTION"]: The connection manager failed to defect from the transaction.
(Microsoft.DataTransformationServices.VsIntegration)
------------------------------
BUTTONS:
OK
------------------------------

Any ideas???

View 8 Replies View Related

Remote Connection Refused When Creating ODBC Connection To SQL Server 2005

Aug 30, 2006

When I create a new odbc connection to a SQL server 2005 Db I get a failure telling me dat de SQL server does not allow remote connections.

How can I allow the server to allow this.



Any help appreciated



regards

View 1 Replies View Related

SSIS Remote Connection Failing ... Local Connection OK

Mar 1, 2006

I'm getting "Access denied" error when I try to connect to SSIS from my desktop (Database Engine is fine). I'm a member of sysadmin within SQL, as well as an administrator on the server. I don't have any problem when I log on to the server directly via Remote Desktop and open SSIS.

I went into the surface area config tool, and I see that Database Engine and Analysis Services both expand and have a sub tabs to enable Services and Remote Connections, but Integration Services does not expand to a Remote Connections option, just Services. We're running MSDN Enterprise edition.

Does it matter if all the SQL services are using "Local System" for the logon ? I use an administrative logon on my SQL2000 boxes, and was fiddling with them on the 2005 box yesterday, but it seemed to cause more problems, so they are all Local System for now.

Am I missing something obvious ?

View 3 Replies View Related

Bcp Cannot Connect Via Local Connection, But Can Using Remote Connection?

May 19, 2008

Hi. I'm (very) new to SQL Server. I have run into what seems to be a very common problem, judging by the number of Google hits, but it's not actually in the FAQs here, as far as I can see.

Situation
I installed SQL Server Express with Advanced Services 2005 on my Windows XP Pro laptop, using (with one exception) the default install. The exception was to put the data files on a separate partition (D: ) where I have more free space.

SQL Server Management Studio Express connects happily, and I set up a single data import table.

Issue: bcp Fails to connect to default local instance
I initially tried bcp in output mode, prior to working in earnest on importing my data. However the command line-


bcp MyDatabaseName.dbo.UserProfile out UserProfile.txt -T -c

Fails with the error-


Error = [Microsoft][SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2].

As I understand it, the local instance of SSE is the default, and should use a local (shared memory?) connection. This seems to work for Management Studion Express, but not bcp.


While investigating this problem, I tried enabling remote connections (all types) through the Surface Area Configuration wizard, and found that remote connections using either of:


bcp eSpacePh1.dbo.UserProfile out UserProfile.txt -T -c -S localhostsqlexpress
bcp eSpacePh1.dbo.UserProfile out UserProfile.txt -T -c -S mycomputernamesqlexpress

both work ok.

Extra Info
When starting Management Studio Express, it says something like "Configuring environment for the first time". However it says this every time it is started, not just the first run after installation, does this indicate some configuration data is not being successfully stored?

I have found threads that look similar to my issue-


http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=836670&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3351349&SiteID=1

However these do not relate directly to bcp, and to be honest my knowledge of SSE is slender enough at this stage that i'm unsure if there are really relevant.

Any hints on how to proceed much appreciated.

Regards: Colin E.

View 6 Replies View Related

Visual Studio 2005 The Remote Connection To The Device Has Been Lost. Please Verify The Device Connection And Restart Debugging.

Jun 19, 2006

Basically I've been using Visual Studio 2005 for a few weeks now moving a Pocket PC project from 2003 to 2005. When I hit the Start Debugging Button every time until today the project would rebuild and deploy to my pocket PC allowing me to debug etc but now I get

The remote connection to the device has been lost.

Please verify the device conection and restart debugging.

I used to get this problem in VS2003 sometimes and just like the numerous posts on different sites that I've looked at the problem eventually goes away and I'm none the wiser. One guy said that he found that if he went to bed the problem was resolved when he came back!

My PDA running Windows 2003 2nd Edition is directly connected to my PC via a USB port. I've rebooted my PC and done a soft reset on the PDA but it didn't help. I'm using ActiveSync 4.1.

Does anyone know how to resolve this problem?

View 54 Replies View Related

Remote SQL Connection

Apr 24, 2007

Hello everyone, I am trying to connect to a remote SQL 2005 database from Microsoft SQL Server Management Studio.I enabled the remote connection on the server and creating a user on the server.I am trying to connect to the server from my workstation using sql server authentication with the login name already created on the server.
I am receiving this error: cannot connect to "server name"cannot open user default database. Login failed.Login failed for user "username".(Microsoft SQL Server, Error: 4064)
Can anyone help?

View 1 Replies View Related

To Remote Connection

Mar 31, 2008

hello !
I am deploying a websete in visual studio2005 after deploying, when run a website Login Failed: The user is not associated with a trusted sqlserver connection. error occurs plese anybody helpme. urgent
Thanks.

View 3 Replies View Related

Help With Remote Connection

Apr 23, 2006

I am attempting to connect to SQL 2005 server.  The server and the VS 2005 are on the same computer.  I have configured the db so it uses the security for asp.  The log in section connects fine and checks for the user. I have combined the old db with the new ASP security. If the user is not found then I open a connection  using the open command and check for the user in the old part of the db.  The is where I have trouble.  I get the message below that the server connect but then won't allow remote connections.  I have check the setting and the allow remote connections is checked.  Thank in advance if anyone can help.
 
Endeavor
 
A connection was successfully established with the server, but then an error occurred during the pre-login handshake.  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: 0 - No process is on the other end of the pipe.)

View 2 Replies View Related

Remote Connection To MS SQL...

Oct 4, 2004

I am now trying to connect with the correct details to an MS SQL machine.

The machine in question is not local to me and the internal ID is //bobsmachine01.

I know this is a dumb question, but I shall ask it anyway...I am using MS Access 2000's "Upsizing wizard" and it asks me for the machines name - what should I put to connect to it??

I know the IP of the machine and the internal ID for the MS SQL Server.

Any help much appreciated,
Chas

View 1 Replies View Related

Remote Connection

May 8, 2006

How would I connect to remote SQL 2005 database using Management Studio?
The only difference from local DB is that I type IP address instead of server name, right?

I'm getting error:
Testing the registered server failed. Verify the server name, login cridentials, and then click Test again.
Additional information:
An error has occured 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)(Microsoft SQL Server, Error: 53)

I did everything from article "How to configure SQL Server 2005 to allow remote connections"(http://support.microsoft.com/?kbid=914277&SD=tech). SQL Browser enabled. Both TCP/IP and Named Pipes are enabled. Exceptions in firewall for sqlsrvr.exe and sqlbrowser.exe added.
Did not help.

What else could I check?

View 3 Replies View Related

Remote Connection

Jun 7, 2007

Hi,
I have SQL Server 2005 running on a machine with "Allow Remote Connections" property turned on. This server has SQL Server Authetication mode turned on.
I can connect to the server locally with sa login and password but when I try connecting to the server remotely it gives me following error:
TITLE: Connect to Server
------------------------------

Cannot connect to ServerName.

------------------------------
ADDITIONAL INFORMATION:

A connection was successfully established with the server, but then an error occurred during the pre-login handshake. 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: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233).

Any help is appreciated.

View 4 Replies View Related

Remote Connection

Jul 5, 2007

Hi all,
I have a machine that is running windows 2003 server, and sql server 2005 developer edition(let's call this machine server one). I have another machine running windows xp and sql server developer edition, visual studio 2005 pro(machine 2). I have developed a small windows application on machine 2, but I'm trying to connection to the database that one mcahine one, and I keep getting some the following error
"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: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)"
Any idea why? How do I need to configure that ?thanks

View 5 Replies View Related

Remote Connection

Apr 14, 2008

Hello,

I have microsoft sql server management studio express 2005
but if i want to connect it says that i cant connect because remote connection are not aload but i searched support on microsoft and i enabled it restarted the database enige but still dont works can please someone help me?

Pleasant greats.

Irakli


AND HOW DO I KNOW WHAT MY SERVER NAME IS?

MAYBE ITS BECAUSE MY SQL BROWSER ISINT RUNNING? AND I CAN'T START IT...

View 18 Replies View Related

Allow Remote Connection (using TCP/IP) From SQL Ce

Mar 9, 2007

Hi all,

Need to know if its possible to allow remote connections and access a Sql Ce database using TCP/IP.

Thanks for your help

Hach

View 3 Replies View Related

Remote Connection

Apr 12, 2006

Could someone tell me how to remote connect to other server. Everytime when I try to connect to other server, I get an error message. Eventhough I have opened the 1433 port, allow the remote connection using both TCP/IP and named pipes, and open the firewall for connection. The following is the error message

"An error has occurred while establishing a connection to the server. When connection to SQL Server 2005, this failure may be caused by the fact that under the default setting SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error:26 - Error Locating Server/Instance Specified)(Microsoft SQL Sever)"

Thank you

View 4 Replies View Related

Remote Connection

Feb 10, 2007

hi guys,

i'm trying to access my friend's database from my computer but i cant seem to detect his database though i can detect his server.

what i did was i tried adding a connection to his database.i typed in the server name but his database name couldnt be detected.

the server name was: WPLSQLEXPRESS

am i missing something here?

this was the error generated when i tried testing the connection:

An error has occurred while establishing a connection to the server.When connection to SQL Server 2005,this failure might be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces,error: 28 - Server doesn't support requested protocol)

what does it mean?how do i solve this problem?

thanx

View 13 Replies View Related

Remote Connection Error

Jun 24, 2006

System.Data.SqlClient.SqlException: 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: SQL Network Interfaces, error: 26 - Error
Locating Server/Instance Specified)

I have enabled the remote connection in the surface area configuration, and i've also enabled my sql browser.
This error raised when i'm testing my just installed WSRFdotnet using
NUnit testing, however, when I tested my remote connection using SQL
Server Management Studio Express CTP, it worked. btw, I'm using SQL
Express

any solutions?
thx

View 3 Replies View Related

Remote Connection Error

Sep 18, 2006

hi communitythe error something like this " error 40, could not open connection to sql server" . For community information i try to transfer my membership table from sql express 2005 to sql server 2000. my application something like email where user need to create their account first before they can log in. I use membership default in mssql express . and my datacenter do not support sql express ( like all we know most of them). I already surf some tips from the internet how we can transfer our membership from sql exppress to sql server but i get this error . i already try to change the setting from sql server surface area configuration but it still not working.. i hope someone ( the jedi ) can help me .. ThankMay The Force Be With U

View 1 Replies View Related

Remote Connection Issue

Mar 4, 2007

I have researched over and over on how to solve the error code below.  I have tried every suggestion under the moon and still get the same error.  Please provide some insight.  Here is exactly what I have done regarding the remote connection issue:
Error:  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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
 History:
1.  Created a test site on my local machine (using MS Visual Web Developer 2005 Express Edition) call WebSite8 for test purposes.
2.  Simply created a single page to allow users to create an account by dragging and dropping the CreateUserWizard onto the designer screen. 
3.  Performed some basic formatting (font, theme, etc) on the web control.
4.  Ensure that TCP/IP and allow remote connection defaults were changed to allow remote connections.
5.  Verfied that the login control worked on my local machine.  Everything worked fine.  I was able to create two new users and was sent to the "complete" portion of the control.
6.  Opened the aspnet_memberships and aspnet_users databases to ensure that the two test accounts were created.....everything good so far.
7.  Copied all files from WebSite8 (1. App_Data Folder - includes ASPNETDB.MDF file created by Developer when I dragged and dropped the CreateUserWizard onto the designed sreen, 2. the main asp web page I called createaccount.aspx, and 3. web,config file) via ftp to my test web site hosted by 1and1.  My test web site is named something different that WebSite8. 
8.  I created a test.htm page on the 1and1 web site to link to the createaccount.aspx page which is in the same path as the test.htm.
9. The process let me enter the user name, password, etc but when I hit submit, I get the error listed below.
10.  Followed some other research suggestions and verified that ApplicationName in the aspnet_Membership was set to "/".  It is.
11.  I checked the web.config file and it does not seem that any connection strings were created when I dragged the CreateUserWizard onto the screen.  Not sure if this is an error on this control or not or if it is ok as is(?)
I believe there is some sort of issue on the hosted web site where the sql server is not linking to the database on the hosted site and is likely trying to link back to my "local" server......just a feeling.
I have tried everything that I can think of after performing relentless research on this error.  I am new to database programming, ASPNET 2.0, SQL, etc but I catch onto things very quickly. 

View 2 Replies View Related

DSN Connection To Remote SQL Server

Jun 3, 2007

Hi,
I've worked with SQL Server plenty but never in this specific manner.  Hoping someone can shed some light.I have a webform on web server A that needs to talk to a SQL server database that web server B accesses via its web application. I do not haveany privelidged access to server B or the sql server it uses (no FTP to webserver, no remote access via Enterprise Manager to the SQL server).  The Admin of Server B told me that I can use a DSN connection to talk to the SQL server database that the web app on server B uses.  He emailed me the names of the SQL database tables AND a copy of the web.config from server B which shows the DSN implemented like this:<appSettings>    <add key="dsn" value="data source=sql3.domainname.net;database=dbname;User Id=dbuserid;password=dbpw;" />    <add key="default_language" value="en" />    <add key="error_email_to" value="someone@domainname.com" />    <add key="baseHref" value="http://www.mysite.com/" />    <add key="website_name" value="$$$$$$$$$$$$$$$$$" /></appSettings>
I was planning to run my webforms on Server A where I do have FTP, Control Panel, etc.So, I wrote this code into my VB.NET codebehind file.
Dim oODBCConnection As OdbcConnectionDim sConnString As String = _"Driver={SQL Server};" & _"Server=sql3.domainname.net;" & _"Database=dbname;" & _"Uid=dbuserid;" & _"Pwd=dbpw"oODBCConnection = New Odbc.OdbcConnection(sConnString)oODBCConnection.Open()... commands to access data and load something into a control on a webformoODBCConnection.Close()
When I attempt to run the webform in my browser from Server A. I'm getting this error:ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. ERROR [01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).The error is EXACTLY the same whether I place the appSettings section in server A's web.config or leave them out.I have obvious questions about the error like...Might sql3.domainname.net simply be refusing communication requests that don't come from the Server B domain?Might the sql3.domainname.net be setup so that I need to use another protocol (not tcp/ip)?Might my code need to be changed to support this type of connection (i.e. I didn't code it right)?I spent some time reading http://support.microsoft.com/kb/328306/en-us but I'm at a loss as to what the best course is to take for debugging this.Thanks in advance for any insight you can offer.
Stewart

View 1 Replies View Related

Remote Connection Failed

Aug 17, 2007

 I had made an application which is using SQL Expresss.When I deploy that application on a server where only .Net Framework 2.0 is installed then it gives an error of remote connection.Does that need some  prerequisite for SqlExpress or the reason of error is something else.

View 3 Replies View Related

Remote Connection Error

Oct 6, 2007

 hello allmy web page occur this errorAn 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) what is this, my site does not contain the remote connection i m using sql server 7.0so please help me Ashwani Kumar 

View 1 Replies View Related

SQL REMOTE CONNECTION ERROR

Dec 3, 2007

when connecting to database it give me the error like this 
 
  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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)" string
 
can you have any idea to solve it..

View 2 Replies View Related

Problem With 'remote Connection'

Dec 25, 2007

Hi,i installed sql server express 2005. Everything worked good until yesterday..Indeed, since yesterday and for an unknown reason, i get this error when attempting to login via Management Studio: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 thatunder the default settings SQL Server does not allow remote connections.(provider: SQL Network Interfaces, error: 28 - Server doesn't support requested protocol) (Microsoft SQL Server, Error: -1)Now, i know how to solve this: putting the option 'Remote connections'.But i want to know why i suddenly has to change that option in order to get in Management Studio.Here are the settings:- i login with authentification mode.- The sql browsing service is started- following sql client native protocols are enabled: shared memory, tcp/ip, named pipes- following sqlexpress protocol is enabled: shared memoryRemark: i still can login in with sqlcmd (i mean with remote connections off).Thanks for helpT.

View 4 Replies View Related

Remote Connection Problem

Jun 21, 2008

 i am building an asp.net 2.0 website. i was trying to use the Sql Server 2000 database of the hosting i bought. the reason behind this is that several people are working simultaneously and it is hard to sync the database changes by different people. now the problem is when i run the site ( IN MY HOME ), from IIS or VS 2008, i get a connection error: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)But when i use the same project in my office ( with same connection string ), i have no problem to connect. and my friend can also connect from his home and office. so what can be wrong in my home XP (SP2) pc? i have turned off windows firewall and i have uninstall the norton 2007 anti virus that i had to resolve the problem. what else i have to do. and why in the error it is trying to connect to Sql Server 2005 where i am using 2000 in the remote server. i have an Sql Server 2005 Express edition install with the VS2008, but i have it in my office also and my friend also installed it. here is the connection string:<add name="SqlServer2000" connectionString="Data Source=mssql.fashionzoom.com;Initial Catalog=fashionzoomer;User Id=*******;Password=******;"/> i will be so thankful if someone help me to solve this problem. thanks in advance.  

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved