Results 1 to 3 of 3

Thread: Change sitewide email in web.config

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2000
    Location
    Minnesota
    Posts
    830

    Change sitewide email in web.config

    We have our .net site deployed into production. We recently had to change a email in the web.config but it didn't seem to email the new location. Do we have to stop the site and restart it or do an iisreset to get the new web.config settings to take be read?

    Thanks in advance for your help.

  2. #2
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: Change sitewide email in web.config

    Each time you modify the web.config, the entire webSite gets restarted by IIS.

    So any change you make, are automatically reflected on the web site.

    Remember that if you have users currently visiting the web site and you modify the web.config, they will lose all Session and Application variables.

    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Change sitewide email in web.config

    Did it only work after resetting IIS?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width