TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pravin Ghadge
566
2.1k
586.6k
A network-related or instance-specific error occurred while establishing a connection to SQL Server
Sep 7 2011 9:23 AM
Hi friends.
I am developing asp.net application where i have used foll. connection string:
<connectionStrings>
<add name="ConnectionString" connectionString="Data Source=67.15.149.222;Initial Catalog=dbDemo;User ID=xxxx;Password=xxxxx;" providerName="System.Data.SqlClient"/>
</connectionStrings>
This connection string runnig properly on localhost PC.
But when iam uploading website on server. it showing foll error:
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Plz help me out... it's urgent
Reply
Answers (
4
)
Master Page
Open Source TeamLab