Is it possible to run a codebehind void method without them being Static? I’m getting error return 500 when trying.
Is your method a Webmethod? How are you making this call?
– William John Adam Trindade
short answer: No. Reason: https://stackoverflow.com/questions/18463189/why-webmethod-declared-as-static
– William John Adam Trindade
But why do you need it to be void? do not use one or another web method that runs this and return anything...
– Leandro Angelo