Vista SP1 IIS7
I'm trying to configure web.config following MSDN docs but keep getting
errors I don't know how to resolve..
<configuratio n>
<!--error-->
<appSettings file="AppSettin gs.config" />
<!--error-->
<appSettings configSource="A ppSettings.conf ig"/>
</configuration>
Any idea how to resolve?
I'm trying to configure web.config following MSDN docs but keep getting
errors I don't know how to resolve..
<configuratio n>
<!--error-->
<appSettings file="AppSettin gs.config" />
<!--error-->
<appSettings configSource="A ppSettings.conf ig"/>
</configuration>
Any idea how to resolve?
Comment