.net - Editing A WCF service after I have it on a server -



.net - Editing A WCF service after I have it on a server -

i have uploaded web service onto iis 7 , realized going need alter of functionality work. figured compile dll onto machine , re-create on server... question need refresh service reference in client application using create sure latest functionality?

well depends on changing in service. if not changing service method names or changing arguments of service methods not need refresh client.

but if create these kinds of changes have refresh client

.net wcf

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -