How do I set up for sharing code (ASP.NET) across multiple domain names?
- by Scott J.
I have built a website and now the customer wants to split it between three different domains. What is the best way to do this?
This is what I have so far.
c:/website1/ points to www.website1.com
c:/website1/vd1/ points to www.website2.com
c:/website1/vd2/ points to www.website3.com
The webhost I'm working with has done it the following way, but now I'm getting a bunch of errors that seems like it's not seeing the App_code folder. Do I need to make a lot of changes? How does this affect the location references?