How do I set up for sharing code (ASP.NET) across multiple domain names?

Posted by Scott J. on Stack Overflow See other posts from Stack Overflow or by Scott J.
Published on 2010-03-08T22:06:30Z Indexed on 2010/03/09 1:51 UTC
Read the original article Hit count: 213

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about virtual-directories