I'm creating a webservice, and I want to name it appropriately.
Right now my service is named Service as per the /App_Code/Service.cs
Should I rename it to something like: com.example.MyWebService.cs?
How do I get around the class file not excepting '.' in the file name?