Visual Basic.NET - web config

 
Vista:
sin imagen de perfil

web config

Publicado por alexis (35 intervenciones) el 13/02/2014 16:12:22
Buenos dias que tal,

deseaba si me podrian ayudar con este caso, he corrido mi aplicacion en mi maquina y no ha dado problema

pero cuando coloco la aplicacion en un servidor me manda error en el web config, en algunas maquinas sale bien la aplicacion desde el servidor y en otras muestra el mismo erro

estoy desarrollando en .net 2008 en c #

es el siguiente 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".
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
sin imagen de perfil

web config

Publicado por alexis (35 intervenciones) el 14/02/2014 17:29:53
este fue el error que se me desplegó

Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

Detalles de la excepción : System.Net.Sockets.SocketException : No Host desconocido

Error de código fuente :

Se ha generado una excepción no controlada durante la ejecución de la solicitud Web actual . La información sobre el origen y la ubicación de la excepción pueden identificarse utilizando la excepción del seguimiento de la pila siguiente.

Seguimiento de la pila :


[ SocketException ( 0x2af9 ) : No Host desconocido ]
System.Net.Dns.GetAddrInfo ( String name ) 471
System.Net.Dns.InternalGetHostByAddress (dirección IPAddress , Boolean includeIPv6 , Boolean throwOnFailure ) 125
System.Net.Dns.GetHostEntry (String hostNameOrAddress ) 5327211
po_a.frmLogin.ValidateUser (String userName , String password) 191
po_a.frmLogin.Login () 96
po_a.frmLogin.cmdLogin_Click ( Object sender , EventArgs e) 59
System.Web.UI.WebControls.Button.OnClick ( EventArgs e) 111
System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument ) 110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (String eventArgument ) 10
System.Web.UI.Page.RaisePostBackEvent ( IPostBackEventHandler SourceControl , String eventArgument ) 13
System.Web.UI.Page.RaisePostBackEvent ( NameValueCollection postData ) 36
System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint , Boolean includeStagesAfterAsyncPoint ) 1565
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar