Ahi te va
En el HTML colocas el IFRAME con lo siguiente:
Código:
<iframe src=<% = System.Configuration.ConfigurationSettings.AppSettings("google").ToString %>>
</iframe>
En el web.config colocas la llave del ejemplo:
Código:
<appSettings>
<add key="google" value="http://www.google.com"/>
</appSettings>
Suerte