Bonjour,
voilà j'ai crée ma base SQL Server chez ikoula.
voici ma chaine de connexion :
mais quand j'essaye le site, voilà l'erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 <connectionStrings> <add name="Database" connectionString="Server=localhost;uid=user;pwd=pass;database=Databases" /> </connectionStrings>
Qqun peut il m'aider ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 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)
merci
Partager