![]() |
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 |
Modifica el Web.Config para poner <customErrors mode="Off"/> y ver un error mas detallado,un saludo :adios: |
| La zona horaria es GMT -6. Ahora son las 08:19. |
Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.