I have a WebApplication which is consuming a WebService.
Basically the problem I am facing is such that everything is working fine
when I am developing on my local machine. Then I do "Copy Project" from
withing the VS2003 to copy the project to a shared webserver. My project
references some web services. Upto here everything is withing our firewall.
Then in order to deploy it to the customer we upload those files from the
"Deployed" (Shared webserver) location to a FTP site. When we install at
customer site and try to use the application, it throws the exception
complaining about Reference.cs file and also surprisingly includes the path
to the out machine inside our firewall where we initially deployed the
project using "Copy Project" through VS2003.
Any suggestion greatly appreciated...
Thanks
--Mayur Hirpara
JC - 31 Jan 2006 02:35 GMT
I would work with a dynamic web reference as follows:
http://support.microsoft.com/kb/316928/en-us
> I have a WebApplication which is consuming a WebService.
> Basically the problem I am facing is such that everything is working fine
[quoted text clipped - 11 lines]
> Thanks
> --Mayur Hirpara