This might sound like a silly question, but when I search for webservices, I get no information about how to create them in a windows forms application.
The only result is how to create and expose them by creating an .aspx page.
So my questions is: Can you create and expose webservices within a windows forms application or are they somehow tied in with .asp pages?
Thanks!
later edit: Is there an example of how to create a webservice in a .cs file and not in a .aspx file?