M
Miro
I have an application with a couple of aspx-sites in a
frame.aspx, consuming two web-services. (three projects
in the same
solution) I install this in a tree structure as follows:
<webbserver>\<ApplicationName>\<firstWebserviceName>
<webbserver>\<ApplicationName>\<secondWebserviceName>
<webbserver>\<ApplicationName>\<clientName>
When I run the pages I get the following error:
System.Net.WebException: The Request failed with HTTP
status 404: Object Not Found.
Stack Trace:
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadR
esponse(SoapClientMessage...
System.Web.Services.Protocols.SoapHttpClientProtocol.Invok
e(String methodName...
VaClient.DataAccess1.Service1.GetFromDatabase(...)
VaClient.WebForm2.Page_Load(...)
where VaClient is the namespace and GetFromDatabase is a
WebMethod in one of the web services.
I load several pages in the frameset and only the ones
consuming the webservice causes this error. The other
pages loads
fine. I guess it can't find the web service but I don't
know what to do. I thought it had something to do with
the
tree-structure but I installed it EXACTLY the same way on
another computer and it worked! I've checked the database
access
with a simple aspx so it's not the issue. Any suggestions?
Both computers are Windows 2000 SP4, MDAC 2.7, Framework
1.1
/Miro
frame.aspx, consuming two web-services. (three projects
in the same
solution) I install this in a tree structure as follows:
<webbserver>\<ApplicationName>\<firstWebserviceName>
<webbserver>\<ApplicationName>\<secondWebserviceName>
<webbserver>\<ApplicationName>\<clientName>
When I run the pages I get the following error:
System.Net.WebException: The Request failed with HTTP
status 404: Object Not Found.
Stack Trace:
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadR
esponse(SoapClientMessage...
System.Web.Services.Protocols.SoapHttpClientProtocol.Invok
e(String methodName...
VaClient.DataAccess1.Service1.GetFromDatabase(...)
VaClient.WebForm2.Page_Load(...)
where VaClient is the namespace and GetFromDatabase is a
WebMethod in one of the web services.
I load several pages in the frameset and only the ones
consuming the webservice causes this error. The other
pages loads
fine. I guess it can't find the web service but I don't
know what to do. I thought it had something to do with
the
tree-structure but I installed it EXACTLY the same way on
another computer and it worked! I've checked the database
access
with a simple aspx so it's not the issue. Any suggestions?
Both computers are Windows 2000 SP4, MDAC 2.7, Framework
1.1
/Miro