Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store Connection String - Part 2
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01359906
Message ID:
01359910
Vues:
17
>I right clicked on my project and selected Add->New, Application Configuration File.
>
>I added the following:
>
>
>add key="WorkConnString" value="Data Source=CIS-SI-OFFICE\SQLEXPRESS;Initial  catalog=BusMgr;Trusted_Connection=Yes"
>
>
>In my code I added:
>
>string sConnString = ConfigurationSettings.AppSettings["WorkConnString"];
>
>
>I get Null back.
>
>What am I doing wrong here???

Hi,
Are you sure you put the key in the 'applicationSettings' section of the config file?
Also System.Configuration.ConfigurationSettings is marked as obsolete and been replaced by System.Configuration.ConfigurationManager (but this doesn't mean your version would not work)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform