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 7 of 7

Thread: Confused about Staging

  1. #1
    Windsun is offline Junior Member
    Join Date
    Apr 2009
    Posts
    20

    Default Confused about Staging

    Cannot fiind any info in the manual or forum about what is the difference between the staging and production, as far as what is visible on the web.

  2. #2
    MelanieA is offline Junior Member
    Join Date
    Sep 2008
    Posts
    313

    Default

    Staging site is also a part of the development in which your site is still under testing. This stage usually tests test transactions which your site is either on a live mode or not. This is also the stage where you install your SSL and check if this is working fine on your site without any issues.

    Production site is where you have your site on production stage, where real customers now are placing their orders and real transactions happen on this stage.

    Hope this helps

  3. #3
    Windsun is offline Junior Member
    Join Date
    Apr 2009
    Posts
    20

    Default

    I understand what they are used for (mostly), what I am wondering about is if there is any difference on the public side.

    From what I gather, they are basically two different sites, the staging which may or may not be hidden or blocked from public access?

  4. #4
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    Yes, typically in a development environment your "staging" would be invisible to the outside world. In a larger environment, your staging would not even be accessible outside of your firewall. In a real world situation for small business your staging is simply another install on a separate server which does not get indexed.

  5. #5
    Windsun is offline Junior Member
    Join Date
    Apr 2009
    Posts
    20

    Default

    Got it, thanks. Sounds like we don't really need the development server, just staging.

  6. #6
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    Your development "server" is really our local machine. Its what you use day to day to test and make changes without interrupting testing (staging) or sales (production). Once you have stable code/xmlpackage changes you would move them to staging, test more, then move them to production.

  7. #7
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Correct. Staging is generally where the devs send the code so the managers and QA folks can have a look at it. A staging site is not always appropriate in very small deployments.