Foros del Web » Programando para Internet » ASPX (.net) »

Error de ejecucion !!!

Estas en el tema de Error de ejecucion !!! en el foro de ASPX (.net) en Foros del Web. Hola a todos, tengo un problema con mi pagina, la corro en mi pc y funciona bien pero al subirlo a un server win2003 me ...
  #1 (permalink)  
Antiguo 22/05/2006, 17:09
 
Fecha de Ingreso: enero-2002
Ubicación: Callao - Perú
Mensajes: 1.127
Antigüedad: 22 años, 3 meses
Puntos: 0
Exclamación Error de ejecucion !!!

Hola a todos, tengo un problema con mi pagina, la corro en mi pc y funciona bien pero al subirlo a un server win2003 me sale este error: A QUE SE DEBE??
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="Off"/> </system.web></configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web></configuration>
__________________
SaLuDoS dE:
PePeLuChO dEl PeRú PaRa El MuNdO
  #2 (permalink)  
Antiguo 22/05/2006, 18:24
Avatar de Alex Reyes  
Fecha de Ingreso: diciembre-2005
Ubicación: Camarillo, CA
Mensajes: 242
Antigüedad: 18 años, 4 meses
Puntos: 2
Primero tienes que modificar el web.config para que muestre los errores, o correr la página desde el servidor para que te muestre el error de forma detallada, si no haces eso no vas a saber en donde esta el error.

<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="On"/> </system.web></configuration>
__________________
Alex Reyes
http://jalexreyes.spaces.live.com
  #3 (permalink)  
Antiguo 23/05/2006, 08:18
 
Fecha de Ingreso: enero-2002
Ubicación: Callao - Perú
Mensajes: 1.127
Antigüedad: 22 años, 3 meses
Puntos: 0
Pregunta Que puede ser?

Puse el estado del error en Off y me muestra este error:

Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'MinsaRegistro.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="MinsaRegistro.Global" %>
__________________
SaLuDoS dE:
PePeLuChO dEl PeRú PaRa El MuNdO
  #4 (permalink)  
Antiguo 26/05/2006, 14:31
 
Fecha de Ingreso: junio-2005
Ubicación: El mundo perdido
Mensajes: 51
Antigüedad: 18 años, 10 meses
Puntos: 0
verifica que copiastes tambien el archivo global.asax
__________________
Aquel que pregunta es tonto por un minuto y aquel que no lo hace es tonto por el resto de su vida... :neurotico
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 18:49.