Can ASMX have an IOC like WCF?
Basically I want to be able to inject my dependacies into the ASMX web service. is this possible and if so how.
WCF way (somthing like this would be awesome) http://www.lostechies.com/blogs/jimmy_bogard/archive/2008/07/29/integrating-structuremap-with-wcf.aspx
many thanks