I need to create ASP.NET WebApi with couple operation, for example RegisterAppStart, RegisterStep and RegisterAppEnd. And I want to place all this actions in one controller. As I read, usually in WebApi action name is not using. And my question - is this a bad idea to rewrite default route config with actions using?
ps. sorry for my English