Error name:
Server Error in '/Webparts' 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)
what is the meaning of this errror? i want to run my asp.net application with webparts controls. i installed sql2000 in my system.. with out sql2005 we can't run asp.net application. how to correct this error. please help me...
abhishek trivediPosted Sep 18, 2007, 12:36 AM
This is verry simple and basic thing one programmer should know anyway i am mentioning the solution for u.
actually there is a plm in your connection string means you are not writing connection string property perfectlly,
make sure u typed server name u r trying to reach is correct plus username and password are also corrct.
below are the sample detail for you.
connection string="user name=sa;Initial Catalog=database name;Data Source=servername;password=ur pwd'"
it will solve ur plm.
Munir ShaikhPosted Sep 14, 2007, 7:48 AM
Hi,
I think i have already addressed in one of my replies still have this URL
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=180598&SiteID=1
Hope this works
Regards,
>>Munnamax