You need to either:
1. Add these settings to the web.config file.
2. Specify external settings and use the post build event handler to copy the output to your web project.
<configuration>
<appSettings configSource="my.config" />
</configuration>
, web.config. , dll, . , , .