C
COHENMARVIN
Here is my web.config file - it has 5 lines. It causes an error
whenever I access any asp.net file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
</connectionStrings>
</configuration>
I can get rid of the error by simply deleting the 'connectionStrings'
tags. But I want to be able to put connection strings into the
web.config file in future.
Is it possible that the xml version (in line#1) is too early for
connection Strings?
Thanks,
Marvin
whenever I access any asp.net file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
</connectionStrings>
</configuration>
I can get rid of the error by simply deleting the 'connectionStrings'
tags. But I want to be able to put connection strings into the
web.config file in future.
Is it possible that the xml version (in line#1) is too early for
connection Strings?
Thanks,
Marvin