I'm getting the follwoing error when I configure my Application in the production server
It's working perfect in my machine :
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)
I tried all of the articals to enable the TCP/IP and allow remote access and so many
but still it's not working form me I double checked my connectionString name and still the same error :
this is my Web.config code :
connectionString="LDAP://SRV1445.mom.eu"/>
type="System.Web.Security.ActiveDirectoryMembershipProvider,
System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="ADConnectionString"
attributeMapUsername="sAMAccountName"/>
ToBePosted Apr 10, 2013, 1:39 AM
is it because i'm using membership to the Active Directory ?? should I enable anything in the IIS7? I'm really tired i don't know what to do
If the error is coming coz I used the membership to AD would you kindly tell me what is the correct way to implement it
Suthish NairPosted Apr 9, 2013, 6:36 AM
Arjun DhilodPosted Apr 9, 2013, 6:21 AM