Strange behavior of ASP.NET 4.0 Application with SQL Server 2008 -
hi don't know how define problem let me try: have developed asp.net 4.0 application on visual studio .net 2010. deployed on windows xp. application uses database sql server 2008. sql server 2008 installed on windows xp. attached db application, created user db , used following connectionstring in web config. connectionstring="data source=pc-name;initial catalog=databasename;user id=username;password=password;" the application working i.e. querying database when try insert operation gives following error: > server error in '/' application. -------------------------------------------------------------------------------- network-related or instance-specific error occurred while establishing connection sql server. server not found or not accessible. verify instance name correct , sql server configured allow remote connections. (provider: sql network interfaces, error: 26 - error locating server/instance specified) description: unhandled exception oc...