How to Route URL from one domain to another..

Posted by Magic on Stack Overflow See other posts from Stack Overflow or by Magic
Published on 2010-05-24T05:15:43Z Indexed on 2010/05/24 5:21 UTC
Read the original article Hit count: 267

Filed under:
|
|

Hello,

I am an C# ASP.NET developer. I am trying to route URL from one domain to another using Godaddy IIS Virtual dedicated server or Dedicated server.

For example I have a website application called A_Application in my server.

An example URL: www.myserver.com/A_Application/product/bear/?productid=1 or using pretty URL www.myserver.com/A_Application/product/bear/1

I would like to setup for my client to point to A_Application using his/her domain.

My Client example URL will be: www.hisserver.com/product/bear/?productid=1 or using pretty URL www.hisserver.com/product/bear/1

Thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about url