we are going to develop an asp.net application on our windows server that we want to run on another companies domain name, http://notourdomain.com. The server which the domain is currently on is Resin and their language is Java(TM) SE Runtime Environment
What is the best way to make this happen?
We would need our application to run on "notourdomain.com/app/"
so if on our server it was "ourserver.com/app/dir1/page/" or "ourserver.com/dir1/page/"
on their domain it would show as "notourdomain.com/app/dir/page/"
They suggested to do the URL redirecting using their load balancing so the content appears to be serving up from "notourdomain.com"
Do you have any other suggestions or specifics on how this would be set up? Positives, negatives, comments, etc?
Thank you for any information you can give on this.