Hey,
I'm quite stuck on 2nd example of chapter 3 and i really need your help
I follow the instructions and created a web service in my visual studio 2008. i have the service.cs and service.asmx file as described in the book, i don't have however that "project properties" where you sign your code as described.
So i continued anyways and then there suppose to be a dll of your WS that you put in the GAC.. but no dll!
So i went back and tried to create a web service project in VS2008.. that did create a dll and i could sign my service but then I'm suppose to edit the .asmx file and add the "Class=" attribute.. but i have no idea what to put in there ;x
Please any direction will be appreciated :)
Thanks!