I get some information messages with the web config

Z

zoltix

Hi,
I am trying to add a definition for ConnString to web.config as follows
(VS.NET STD 2005)

<configuration>
<system.web>
..........
<appsettings>
<add key="ConnString" value="C:\test\test.mdb" />
</appsettings>

</system.web>
</configuration>

When I try to run it, I get some information messages
"Message 100 Could not find schema information for the attribute
'key'. c:\inetpub\wwwroot\WebComptrackOnlineASP2\Web.config 10 72 https://desktop11406/WebComptrackOnlineASP2/

What am I doing wrong?
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top