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

ejecutar asp.net

Estas en el tema de ejecutar asp.net en el foro de .NET en Foros del Web. hola me he intalado el framework 1.1.4 y me ejecutan las paginas aspx, pero veo q algunos ejemplos como el calendario no me las ejecuta ...
  #1 (permalink)  
Antiguo 25/10/2003, 14:04
 
Fecha de Ingreso: marzo-2003
Mensajes: 54
Antigüedad: 21 años, 1 mes
Puntos: 0
ejecutar asp.net

hola me he intalado el framework 1.1.4 y me ejecutan las paginas aspx, pero veo q algunos ejemplos como el calendario no me las ejecuta me da este error a q es debido??? me falta algo????
el ejemplo del calendario es del asp.net

el Error:

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


gracias!!!
  #2 (permalink)  
Antiguo 27/10/2003, 10:20
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... lo que pasa es que seguramente en tu archivo web.config haz de tener ésto:

<customErrors mode="On">

y cuando exista cualquier tipo de error se dirigirá a los custom errors que tu tengas (errorres personalizados) pero que te evites de problemas cambialo de ésta manera.

<configuration>
....
....

'tu demas código
<system.web>
<customErrors mode="Off" >
</customErrors>
...
....
....
</system.web>

Prueba y me dices que tal te fue.

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

Exentrit - Soluciones SharePoint & Net
  #3 (permalink)  
Antiguo 27/10/2003, 16:47
 
Fecha de Ingreso: marzo-2003
Mensajes: 54
Antigüedad: 21 años, 1 mes
Puntos: 0
Exclamación

ok, me lo guardare para otro momento, es q lo he tenido q desinstalar xq generaba bastanes archivos temporales...eso creo vaya. xq ahora ya no las hace

Gracias
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 17:05.