Redirecting to another site
We're a .org but we also own the .com domain name for our organization. I'm trying to redirect the .com url to the .org site, which are both on the same server but I'm getting a login prompt in the browser. Both sites have Annonymous access enabled. I don't want to add the .com to the hostheader because I want the url the user sees to be the .org. I'm using IIS 6. Anyone have any ideas?
March 24th, 2010 9:08pm

You can create the redirect using IIS, by clicking on the properties of the web and clicking on the "Home Directory" tab and configure the site to redirect to another one. Otherwise, you can do the same (and more) if you configure it in your code, asp, asp.net <-- repsonse.redirect(""), server.transfer("")Visit my blog: anITKB.com, an IT Knowledge Base.
Free Windows Admin Tool Kit Click here and download it now
March 24th, 2010 9:45pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics