For our .net wbservices, we have created each web method in a seperate file. When we publish these web methods one by one, we get the following files for each web method
1. App_Code.compiled
2. App_Code.dll
3. asmx file for each web method
The name of my web methods are AddContent and ReadContent.
Is there a way that the dlls that I get should be named AddContent.dll and ReadContent.dll
Will renaming each App_Code.dll to AddContent.dll and ReadContent.dll work?
Thank You
Start Free Trial