Bonjour,
j'ai crèe une application windows avec c# 2008 et sql server database 2005, maintenant j'ai fait le deployement setup de l'application.
tout va bien mais je sais pas comment ajouter la database (.mdf) a mon setup ?
j'ai fait des essais mais toujours pas de resultat.
voici ma connectionstring :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 <connectionStrings> <add name="SQLCONN" connectionString="Data Source=localhost;Initial Catalog=Hotel;Integrated Security=True" /> </connectionStrings>
Partager