J
Junior
Vista SP1 IIS7
I'm trying to configure web.config following MSDN docs but keep getting
errors I don't know how to resolve..
<configuration>
<!--error-->
<appSettings file="AppSettings.config" />
<!--error-->
<appSettings configSource="AppSettings.config"/>
</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..
<configuration>
<!--error-->
<appSettings file="AppSettings.config" />
<!--error-->
<appSettings configSource="AppSettings.config"/>
</configuration>
Any idea how to resolve?