Hi!
I wondered if it's possible to write a Web Service application in ASP .NET, where the main goal is to avoid marking every method inside the Web Service, with the Webmethod attribute. All I want to do, is to create a Web Service that generates a dynamic ASMX-file. It is important that the Web Service itself shouldn't be re-compiled every time the external
file is modified.
Lastly, I also wish to forward requests made to the Web Service to another Web Services.
...
Go to the complete details ...