Redirect Users if they try and access the application on the wrong server

33 views Asked by At

I have an MVC application, and my company has their own web servers that we publish to. Now, this application is on server x.. but I have since published it to a new web server (server y). If user's try and access the application on server x, I need them to be transferred to server y... or at least give them a message stating to go to the new URL.

Is there a way I can do this within IIS Manager on server x?

0

There are 0 answers