Maybe a strange question, but where would you put HttpHandler classes in a n-tier architecture? I have a service layer, a domain model layer and a data layer. Should I create a separate class library for the HttpHandlers?
Maybe a strange question, but where would you put HttpHandler classes in a n-tier
Share
My opinion: I would put them in the service layer, perhaps in a subfolder of that project.