Pourquoi mon web.config me génère une erreur ?
salut a tous,
je suis en train de configurer ma chaine de connexion ds le fichier WEB.CONFIG mais j'obtien le message d'erreur suivant :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<?xmlversion="1.0"?>
<configuration>
<appSettings/>
<connectionStrings>
<addname="DatabaseConnection"
connectionString="Provider=MSDAORA;Data Source=tabst.world;Persist Security Info=True;User ID=sat"
providerName="system.data.oledb" />
</connectionStrings>
<system.web>
<compilationdebug="true"/>
<authenticationmode="Windows"/>
</system.web>
</configuration>
|
Code:
1 2 3 4 5 6 7 8 9 10
|
Configuration Error
An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Unrecognized configuration section 'connectionStrings'
Line 10: <configuration>Line 11: <appSettings/>Line 12: <connectionStrings>Line 13: Line 14: <add name="DatabaseConnection" |
merci de m'orienter