hi there,
i created a program and compiled it as a setup file, installed it on a
computer, and within the application, it access 2 webservices on a my remote
web server.. a few weeks ago the server crashed and i re-created the
webservice virtual directory, and now the webservices within the app dont
work.
i created a new test app to call the services and it worked fine, so i dont
understand why my compiled app now doesnt like it?
any help appreciated,
~Paul
Keenan Newton - 28 Feb 2005 20:43 GMT
Can you give more detrails on the error mesage you are getting,a nd
where the error messaeg is coming from (client/server)
Milsnips - 01 Mar 2005 10:39 GMT
at the moment, i cant get details of the error message because if i
recompile it and try again, it will most likely work, however users are
already using the current version.
all i do is a try/catch handler and call the web service and it doesnt like
it.
> Can you give more detrails on the error mesage you are getting,a nd
> where the error messaeg is coming from (client/server)
Keenan Newton - 01 Mar 2005 22:39 GMT
Are the URL's for the test application and your main application the
same?
Milsnips - 03 Mar 2005 12:02 GMT
yep
> Are the URL's for the test application and your main application the
> same?
Keenan Newton - 03 Mar 2005 20:27 GMT
Well unbless I knwo the type of error. it is hard to determine I could
be authentiucation / authorizating related. It sounds some how
configuration related, but with knowing what kind of error it is. it
is like finding a needle in a haystack. I hope you are recording the
exception somehow. otherwise without more information I can't help you