March 29, 2010

IIS Redirect IIS 6 and IIS 7

ha ha...lots of hours and unexpectedly fixed the issue of IIS redirect.

Scenario:
1. Website URL is http://Server:Port/Sites/SiteName
2. User wants to type only http://Server:Port
Note: No Site Exists in Root, All Sites Exist under /Sites..

Resolution on IIS 6.0
1. Go to Properties of the IIS Virtual Directory of our Folder.
2. Home Directory
3. Select: A redirection to URL
4. Redirect to: /Sites/SiteName
5. Check: A directory below URL entered
6. Apply and Test.

Resolution on IIS 7.0
1. Go to Properties of the IIS Virtual Directory of our Folder.
2. In the Right Pane where all Propeties Listed, Double Click HTTP redirect
3. Check: Redirect requests to this destination
4. Redirect to: /Sites/SiteName
5. Check: Only redirect requests to content in this directory (not subdirectories)
6. Apply and Test.

No comments:

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...