Response.Write("<script Language=""JavaScript""> alert ('Prueba')
Seguimiento de la pila:
[HttpException (0x80004005): Respuesta no disponible en este contexto.]
System.Web.UI.Page.get_Response()
_7xnetv1._0.FuncionesBasicas.ValidarSesion(Label& usuario, Label& fecha, Label& host) in c:\inetpub\wwwroot\7xnetv1.0\FuncionesBasicas.vb:12
_7xnetv1._0.MenuRegistroDeUsuarios.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\7xnetv1.0\MenuRegistroDeUsuarios.aspx.vb:42
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
[HttpException (0x80004005): Respuesta no disponible en este contexto.]
System.Web.UI.Page.get_Response()
Con respecto algunas fuentes dicen que agregues esta directiva a tu archivo web.config, dentro de systemweb:Muchisimas gracias, me fuiste de mucha utilidad ese era todo el problema.
<system.web>
<trust level="Full" originUrl=""/>
</system.web>
Por favor, me avisas si solucionastes el problema del contexto.