Hi,
I got error in web.config file this my codeing line
web.config
<connectionStrings>
<add name="connect" connectionString ="Data Source=system1;Initial Catalog=Order;Integrated Security=True"/>
</connectionStrings>
<appSettings/>
<connectionStrings/>
Order.aspx.cs
string con = ConfigurationManager.ConnectionStrings["connect"].ConnectionString;
Error Message:Sections must only appear once per config file. See the help topic <location> for exceptions.
How to solve this problem please anybody help me
Regards
Sekar.c
Regards
Sekar.c