Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: 2 Stores, same domain? Dev/Prod

  1. #1
    usascholar is offline Member
    Join Date
    Jan 2010
    Posts
    64

    Default 2 Stores, same domain? Dev/Prod

    Hi,

    will we have issues if we have a production store in one directory like this:
    www.mydomain.com/mystore

    and then a dev store in another directory like this:
    www.mydomain.com/mydevstore

    With different databases of course...

    Will there be a licensing issue, or any other issue for that matter?

    Can I add a third store, without a problem? (yes to check if the new development will affect a copy of production in an adverse way).

    Thanks

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    There's not going to be a problem from the software's point of view, but you're really defeating a lot of the reasons to have separate dev/staging installs if you do it that way. A lot of changes you might make to the dev site could still end up affecting the live site (for example if you were playing with an upgrade that required a .NET version change). Keeping the apps in separate app pools will cut down on that a little, but really you ought to have these on separate machines.