Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Site maintenence notification to users.

Site maintenence notification to users.

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mittalpa
    wrote on last edited by
    #1

    Hi, I am developing a website in ASP.net using VB.net. There are times when we would need to upgrade the site or shut it down for maintenence. Are there any in-built features in ASP.net, using which I can notify them about the maintenence. Say for example - about 10 minutes before the maintenence. Please advice. Thanks Pankaj Follow your goals, Means will follow you ---Gandhi---

    P 1 Reply Last reply
    0
    • M mittalpa

      Hi, I am developing a website in ASP.net using VB.net. There are times when we would need to upgrade the site or shut it down for maintenence. Are there any in-built features in ASP.net, using which I can notify them about the maintenence. Say for example - about 10 minutes before the maintenence. Please advice. Thanks Pankaj Follow your goals, Means will follow you ---Gandhi---

      P Offline
      P Offline
      Philip Patrick
      wrote on last edited by
      #2

      Not that I know, but you can always add a small redirection to some page with notice in global.asax file (in On Session Start handler), then destroy the session on that page. This way, each time the user tries to navigate on your site, he/she will get only the page with notice. Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

      M 1 Reply Last reply
      0
      • P Philip Patrick

        Not that I know, but you can always add a small redirection to some page with notice in global.asax file (in On Session Start handler), then destroy the session on that page. This way, each time the user tries to navigate on your site, he/she will get only the page with notice. Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

        M Offline
        M Offline
        mittalpa
        wrote on last edited by
        #3

        Thanks for the response. Does this work for new visitor or also for existing users of site? Pankaj Follow your goals, Means will follow you ---Gandhi---

        P 1 Reply Last reply
        0
        • M mittalpa

          Thanks for the response. Does this work for new visitor or also for existing users of site? Pankaj Follow your goals, Means will follow you ---Gandhi---

          P Offline
          P Offline
          Philip Patrick
          wrote on last edited by
          #4

          Well, I haven't checked with ASP.NET, but in pure ASP it worked, since IIS kills all Sessions when you change global.asa. You may try to use ASP (with global.asa, instead of global.asax) if it won't work Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups