26/05/2004, 18:45
|
| | Fecha de Ingreso: enero-2004 Ubicación: iquitos
Mensajes: 164
Antigüedad: 20 años, 10 meses Puntos: 0 | |
Problemas Con La Publicacion Hola amigos tengo un problema al publicar mis archivos, to tengo una pc instalado con el .NET, pero yo publico mis archivos en otro servidor y al monento de ejecutar la pagina me sale el siguiente error:
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>
<!-- Web.Config Configuration File -->
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.
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
yo soy nuevo en .NET, pero programo tambien e asp, en asp solo tenia que crear una carpeta en el servisor web y dentro colocaba las asp's; hice lo mismo con el .NET y no me funciona
Gracias por su atencion
__________________ javier |