I've created a test web service and successfully deployed it to SharePoint 2007. Now I actually need to put real code in the service and redeploy to the server. I've rebuilt my dll and copied it to the appropriate bin and then re-gac'ed it - same steps taken to deploy in the first place. However, when i access the services description page it will not display the new service methods that I've added in the new DLL. How do I undeploy the old version and redeploy my new version? Do I need to restart or reset IIS?
Thanks.