Foros del Web » Programación para mayores de 30 ;) » .NET »

Ayuda...urgente...

Estas en el tema de Ayuda...urgente... en el foro de .NET en Foros del Web. Hasta el sabado en la tarde esto funcionaba bien.... Runtime Error Description: An application error occurred on the server. The current custom error settings for ...
  #1 (permalink)  
Antiguo 05/04/2004, 09:15
Avatar de vamp_02  
Fecha de Ingreso: febrero-2002
Ubicación: Santiago de Chile
Mensajes: 367
Antigüedad: 22 años, 2 meses
Puntos: 0
Ayuda...urgente...

Hasta el sabado en la tarde esto funcionaba bien....


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>





__________________
__________________
yerba mala nunca....te la fumes...
  #2 (permalink)  
Antiguo 05/04/2004, 09:31
Avatar de SunDarK  
Fecha de Ingreso: diciembre-2003
Ubicación: Jerez de la Frontera
Mensajes: 1.193
Antigüedad: 20 años, 5 meses
Puntos: 8
Pon en el Web.Config de la aplicación el "customErrors mode" a OFF para asi poder ver un mensaje de error personalizado con el error de tu aplicación,saludosss
  #3 (permalink)  
Antiguo 05/04/2004, 10:10
Avatar de vamp_02  
Fecha de Ingreso: febrero-2002
Ubicación: Santiago de Chile
Mensajes: 367
Antigüedad: 22 años, 2 meses
Puntos: 0
ya esta puesto..... ete es mi web.config
<configuration>
<appSettings>
<add key="Homo" value="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\inetpub\wwwroot\homologo\Homologo.mdb" />
</appSettings>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
__________________
yerba mala nunca....te la fumes...
  #4 (permalink)  
Antiguo 05/04/2004, 10:15
Avatar de RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
Hola vamp_02...


Aún así te sigue arrojando el error..???

Saludos
__________________
Nadie roba nada ya que en la vida todo se paga . . .

Exentrit - Soluciones SharePoint & Net
  #5 (permalink)  
Antiguo 05/04/2004, 10:18
Avatar de vamp_02  
Fecha de Ingreso: febrero-2002
Ubicación: Santiago de Chile
Mensajes: 367
Antigüedad: 22 años, 2 meses
Puntos: 0
si......no me deja ver la pagina default.aspx
__________________
yerba mala nunca....te la fumes...
  #6 (permalink)  
Antiguo 06/05/2004, 05:25
 
Fecha de Ingreso: mayo-2004
Mensajes: 85
Antigüedad: 20 años
Puntos: 1
a mi me pasa lo mismo

me pasa exactamente igual, y tengo <customErrors mode="Off"/> y no me deja ver el Default.aspx, lo has solucionado ?

pd: estoy usando el servidor webmatrixhosting.net., y localmente en mi pc con IIS me funciona todo perfectamente.

Última edición por ferblaca; 06/05/2004 a las 05:31
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 00:16.