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: web.config file

  1. #1
    newtothis is offline Senior Member
    Join Date
    Mar 2009
    Posts
    200

    Default web.config file

    Hello,

    I have received an email from appliedI who are our hosting company stating that they they are changing their IP address from a hardcoded address to a generic one (smtp.appliedi.net). How can I check if the IP address we have is a hardcoded numeric one or not? Where do we need to look and how do I do this?

    Any help is greatly appreciated

  2. #2
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    smtp is for outbound email, so maybe you should be changing your AppConfig
    MailMe_Server value. If that is currently an IP address, then that would suggest the directions are for your email as well.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  3. #3
    newtothis is offline Senior Member
    Join Date
    Mar 2009
    Posts
    200

    Default

    I have just checked this appconfig and what is entered in there is not an IP address OR the generic one. Appliedi have directed us to check the web.config file and I am just not sure where I need to be looking, or how in fact to do this

  4. #4
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    I think you should ask them what section to change. Presumably if they know that there is a section with their IP address in it, then they can tell you where it is. For example, and this is only a very broad example, say they had something like this in your web.config file:

    Code:
    <AppliedI_Section>
    <AppliedI_IP_Address="123.456.789.000"/>
    </AppliedI_Section>
    Surely they should be able to identify something like that for you. We don't have any IP address data in our web.config file, or other smtp/email entries either.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  5. #5
    newtothis is offline Senior Member
    Join Date
    Mar 2009
    Posts
    200

    Default

    Many thanks with your help in this matter. As this file is encrypted do you know how I can un-encrypt so that I can check it? Im a newbie to this sort of thing...

  6. #6
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    From the home page of the admin site, on the left-hand side it says:

    Run Configuration Wizard

    At the bottom of the next page, it says:

    Encrypt the Web.Config

    If you hover over the info icon, it says:

    select No to make your web.config editable


    Though I've never tried un-encrypting it!
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  7. #7
    newtothis is offline Senior Member
    Join Date
    Mar 2009
    Posts
    200

    Default

    Thank you! Un-encrypting worked this way and I was able to solve the problem. Thank you so much for your help!!