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

Subir a servidor Aplicacion Web .net

Estas en el tema de Subir a servidor Aplicacion Web .net en el foro de .NET en Foros del Web. Amigos tengo un problema al subir la aplicación al servidor me sale esto..... The request failed with HTTP status 404: /WebServiceSOC/ServiceSOC.asmx. Description: An unhandled exception ...
  #1 (permalink)  
Antiguo 23/06/2005, 16:08
 
Fecha de Ingreso: mayo-2005
Mensajes: 64
Antigüedad: 19 años
Puntos: 1
Subir a servidor Aplicacion Web .net

Amigos tengo un problema al subir la aplicación al servidor me sale esto.....

The request failed with HTTP status 404: /WebServiceSOC/ServiceSOC.asmx.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The request failed with HTTP status 404: /WebServiceSOC/ServiceSOC.asmx.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[WebException: The request failed with HTTP status 404: /WebServiceSOC/ServiceSOC.asmx.]
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1303
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String methodName, Object[] parameters) +218
SOC.localhost.ServiceSOC.recuperar_usu(String tabla, String id) in C:\Inetpub\wwwroot\SOC\Web References\localhost\Reference.vb:168
SOC.Login.ImageButton1_Click(Object sender, ImageClickEventArgs e) in C:\Inetpub\wwwroot\SOC\Login.aspx.vb:52
System.Web.UI.WebControls.ImageButton.OnClick(Imag eClickEventArgs e) +109
System.Web.UI.WebControls.ImageButton.System.Web.U I.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +70
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292


que debo hacer ayudenme por favor...
  #2 (permalink)  
Antiguo 24/06/2005, 00:26
Avatar de Jose_minglein2  
Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 19 años, 5 meses
Puntos: 8
Si el webservice te funciona en local, prueba poner esto en tu web.config
Código PHP:
  <webServices>
        <
protocols>
            <
add name="HttpGet"></add>
            <
add name="HttpPost"></add>
        </
protocols>
    </
webServices
  #3 (permalink)  
Antiguo 24/06/2005, 10:34
 
Fecha de Ingreso: mayo-2005
Mensajes: 64
Antigüedad: 19 años
Puntos: 1
Lo estoy probando.....?
  #4 (permalink)  
Antiguo 24/06/2005, 11:53
 
Fecha de Ingreso: mayo-2005
Mensajes: 64
Antigüedad: 19 años
Puntos: 1
No ... no funciona sigue dando el mismo error...
  #5 (permalink)  
Antiguo 24/06/2005, 13:47
Avatar de splinter  
Fecha de Ingreso: junio-2004
Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 19 años, 10 meses
Puntos: 0
Ya creaste del directorio virtual en IIS y lo definiste como aplicacion?

saludos
  #6 (permalink)  
Antiguo 24/06/2005, 14:12
 
Fecha de Ingreso: mayo-2005
Mensajes: 64
Antigüedad: 19 años
Puntos: 1
Si todo eso hice... a que te refieres que lo defina como aplicación.... ?
  #7 (permalink)  
Antiguo 24/06/2005, 14:44
Avatar de splinter  
Fecha de Ingreso: junio-2004
Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 19 años, 10 meses
Puntos: 0
en IIS, en la propiedades de tu directorio
Application Setting pulsado el boton [create] para definirla
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 18:30.