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

Thread: Question about Admin on New Development Site

  1. #1
    WrestlingMart is offline Junior Member
    Join Date
    Jul 2009
    Posts
    19

    Default Question about Admin on New Development Site

    We are running aspdnsf 7.1.0.0.
    We recently created a development account, and are having a problem running administration on it. The new site comes up fine, but when we try to admin it we are actually running admin on the live site - we can tell as the homepage topic is showing the live info rather than the dev info.
    We use https://www.sitename.com/adminname/default.aspx to login as the admin - we just change "sitename" from the live site to the development site.
    Can someone please let us know where these values are set: AppLogic.LiveServer and AppLogic.GetStoreHTTPLocation? We need the table name record ids.

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Please check the value of the AppConfig: LiveServer and also set the AppConfig: UseLiveTransactions to false. See if that works for you...

  3. #3
    amanukian@gmail.com is offline Member
    Join Date
    Mar 2008
    Posts
    45

    Default

    I suggest also bounce web site (start/stop) after you make the change previously suggested. I noticed, after I copy prod to test and do changes to AppConfig, test site admin screen still is not displayed right away.
    RMan

  4. #4
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Don't forget to also change the DBConn string in the web.config file (the settings used to connect the site to the database) if you intend on using a development database and not the live database. If you do not change this the development site, no matter how you hit it, will always be using live data and any changes will be reflected on the live site.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  5. #5
    WrestlingMart is offline Junior Member
    Join Date
    Jul 2009
    Posts
    19

    Default

    Thanks for your replies - but all suggestions had been done before we posted this issue.
    We believe the issue may have something to do with the security certificate. How can we admin the development account - which is on the same server as the live account - without https? (it is currently forcing redirect to https)

  6. #6
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Well, you could try editing the certificate via IIS.