Hello,
I need to update my webservice . I install the webservice through "X-Copy".
When i delete the files and copy the new ones, any call to my service still
return code according to the old service.
What i'm doing wrong?
Many thanks in advance
JB
Chad Z. Hower aka Kudzu - 11 May 2005 13:15 GMT
"jensen bredal" <jensen.bredal@yahoo.dk> wrote in news:#sU22cgVFHA.548
@tk2msftngp13.phx.gbl:
> I need to update my webservice . I install the webservice through "X-Copy".
>
> When i delete the files and copy the new ones, any call to my service still
Are you sure you are copying all the files you need?
> return code according to the old service.
> What i'm doing wrong?
Do you have caching turned on?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
jensen bredal - 11 May 2005 13:52 GMT
I have not turned on any caching .
Chad Z. Hower aka Kudzu - 11 May 2005 16:59 GMT
"jensen bredal" <jensen.bredal@yahoo.dk> wrote in news:OEOcAhiVFHA.2540
@tk2msftngp13.phx.gbl:
> I have not turned on any caching .
Well you answered one of my questions. I cant help you if you only answer
part of what I ask.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
jensen bredal - 11 May 2005 20:17 GMT
i do a "ctrl a" before "ctrl c" on the subdirectory.
So i guess that mean select all and copy.
Chad Z. Hower aka Kudzu - 11 May 2005 21:41 GMT
"jensen bredal" <jensen.bredal@yahoo.dk> wrote in news:e227U4lVFHA.2328
@TK2MSFTNGP10.phx.gbl:
> i do a "ctrl a" before "ctrl c" on the subdirectory.
> So i guess that mean select all and copy.
This is a realy bad way to deploy BTW, you will get all kinds of files you
dont need, and realy dont want on your webserver. Try recycling the app pool
and see if that helps.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
sam_in - 23 May 2005 11:24 GMT
Have you tried creating new proxy classes for your service using WSDL
tool?Try deleting the old proxy classes and COM from your application,bin
directories and creating new ones.Hope this helps.
Regards
Sam
> Hello,
> I need to update my webservice . I install the webservice through "X-Copy".
[quoted text clipped - 5 lines]
> Many thanks in advance
> JB