我正在使用的网站电子邮件:
string c = System.Web.Configuration.WebConfigurationManager.ConnectionStrings["CommonEmail"].ConnectionString;
在我的Windows服务中应该更改此配置以从service.exe.config中读取? service.exe.config
<configuration>
<connectionStrings>
<add name="CommonEmail" connectionString="metadata=res:..