Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/03/2007, 15:52
juantiva
 
Fecha de Ingreso: junio-2006
Mensajes: 109
Antigüedad: 17 años, 10 meses
Puntos: 2
Re: Insertar Iframe...

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