Ver Mensaje Individual
  #10 (permalink)  
Antiguo 03/11/2005, 17:30
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 19 años, 4 meses
Puntos: 38
solo verifica que lo estes agregando en la ruta correcta...por ejemplo

Código:
<?xml version="1.0" encoding="ISO-8859-1"?>
<configuration>
  <system.web>
		<httpHandlers>
			<add verb="GET" 
				path="FtbWebResource.axd" 
				type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
		
		</httpHandlers>
   
 </system.web>

</configuration>