All our apps have been converted to use strucutre map, and our libraries were converted also.
I'm trying to convert one of our asp.net webservices.
If I understand, correctly, I'll have to bootstrap the structuremap stuff in the constructor of the web service.
But the constructor gets called with each web method called, so Each request is going to bootstrap strucutre map, and have a 20 seconds delay whilte it's scans and bootstraps.
Is there a way to get around this?
Thanks,
Eric-