I have been reading for the past two days about how to make asmx web service first call quicker.
after tracing and testing i realized that the service is doing nothing on initialize so after reading a couple of answers on that matter, the xmlserialization assembly make sense to do, at least to tick one of the possible solutions.
the Issue is that the service is a third party service and i only have the dll's for that service. i tried to generate the xml serialization assembly but i get the error:
generated serialization assembly is not signed please specify strong name key file via/compiler:/keyfile switch but i am not sure how.
is it possible to extract the xmlserialization assembly or i need to the source code for such task?
does what i am trying to do make sense or i am just mislead or misunderstanding the whole thing. any help will be appreciated.