L
Laura K
Getting the following Error.
Required attribute 'key' not found
Line four is the offending code. It is probably something simple. Can
anyone help?
Thanks Laura K
<configuration>
Line 3: <appSettings>
Line 4: <add Key="ConnectionString" Value="Data
Source=location-of-server;Initial Catalog=database-name;User
ID=USERId;Password=password" />
Line 5: </appSettings>
Line 6: <system.web>
Required attribute 'key' not found
Line four is the offending code. It is probably something simple. Can
anyone help?
Thanks Laura K
<configuration>
Line 3: <appSettings>
Line 4: <add Key="ConnectionString" Value="Data
Source=location-of-server;Initial Catalog=database-name;User
ID=USERId;Password=password" />
Line 5: </appSettings>
Line 6: <system.web>