I am following someone's tutorial like the following
http://ranaictiu-technicalblog.blogspot.com/2009/11/sharepoint-create-custom-web-service.html
Here are the steps i need to follow
Create a Visual Studio Project for the web service
1.Create Project: Create a new web service project from visual studio. A default web service will automatically be added in the project. Remove that one and add a new web service. [ DONE ]
- Use SPContext if Required: Add required methods in the web service. To use SharePoint classes add references to SharePoint Assembly. You can access the current SharePoint Context by accessing Microsoft.SharePoint.SPContext. [ DONE ]
this is what i cant do as i dont know how to do it. please help.
- Place DLL in GAC: Once you are done with coding and the project is compiling ok then you need to place the dll of the project to GAC. Sign your assembly with strong name before deploying in GAC.
I would appreciate if someone could tell me what to do some instructions. i am using visual studio
