hi...
i have the following project:
Solution name: SessionServices.
App_Code folder contain the: Service.cs (code file for the webservice).
Bin folder contain two dll's.
Service.asmx(webservice)
Golbal.asax file.
web.config file.
i deploied this project to one dll, but how do i use this dll? i tried to put it in other webSite bin folder and call functions....he throw me an error that he can't find or recognize this dll... did i miss something?
** i followed the instructions in the video http://www.asp.net/learn/videos/view.aspx?tabid=63&id=15
thank you...