IIS ASP Redirect Removal

Posted by Kim L on Server Fault See other posts from Server Fault or by Kim L
Published on 2012-07-05T20:13:05Z Indexed on 2012/07/05 21:18 UTC
Read the original article Hit count: 328

We have a website that is setup on IIS 7 and are trying to replace it with a new site, but need a redirect that is in place removed.

The old site used a custom file as the homepage (WN-main.asp). We removed all the old site files, including web.config, and placed them in a subdirectory for safe keeping.

The new site no longer uses ASP, and we'd like to use a regular index.html as the default. However, when we go to the website, it keeps trying to redirect our .com to .com/WN-main.asp -- and that gives us a 404 Error in the Application for "Default Web Site" because we removed that page.

In the IIS "Default Document" settings we have index.html at the top, and WN-main.asp is nowhere to be found in the list (it never was there). We've also removed the web.config file from the root directory, and put the entire old website in a subdirectory. As well as restarted IIS. We're assuming that the redirect is setup somewhere in IIS because if I navigate to .com/index.html which is our new site, it works. Our problem is that oursite.com redirects to oursite.com/WN-main.asp. Grr. If you go to www.worzalla.com you can see how it redirects to the WN-main.asp page right now as the homepage.

Any ideas where this redirect could have been setup so we can remove it?

Thanks!

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about iis