
23/06/2005, 16:08
|
| | Fecha de Ingreso: mayo-2005
Mensajes: 64
Antigüedad: 19 años, 10 meses 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... |