Can ASMX have an IOC like WCF?
Basically I want to be able to inject my dependencies 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
It looks like spring.net
have done this
http://www.springframework.net/doc-latest/reference/html/webservices.html