If some specific request coming to MVC web site, e.g status.aspx how i may dynamically create a response e.g "Server1 OK" without creating any additional controllers to process this request.
We have web farm and each of the sites should response " OK" when status.aspx requested.
Or i should create for example controller Status and redirect to this controller if status.aspx requested. In such case question is how i may redirect from to Status when status.aspx requested.