Config Files
Config Files
<appSettings>
<addkey="MyDBConnection"value="server=<ServerName>;uid=<Username>;pwd=
;database=<DBName>" />
</appSettings>
Example :
<addkey="ConnectionString"value="Server=localhost;uid=sa;pwd=;database=northwind" />
Probably you have mispelled the attribute. It should be verbs not verb
Yes, you can. But the preferable way would be ASP.NET, as the ASP.NET custom pages are configured in XML
based web.config (application configuration) file, resulting in easy (xcopy) deployment and management