Hello,
I am trying to redirect my IIS homepage to one of my virtual applications.
I currently have the following setup in IIS:
Default Website
- Virtual Application 1
- Virtual Application 2
- Virtual Application 3
- Virtual Application 4
- Virtual Application 5
When I setup a 301 redirect using the HTTP Redirect, it works great for that one virtual application. But then it breaks the rest of my applications as it attempts to insert the redirect in front of my other web applications. What would be the best way to resolve this?