Redirect to a "site maintenance" page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Gleason jr Couturier

    Redirect to a "site maintenance" page

    Hi,

    What's a clean way to redirect users on an information page while doing site
    maintenance...

    Can we do it with urlMappings !? (wildcard "*"?)

    Thanks


  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: Redirect to a "site maintenance&quo t; page

    Provided it is site maintenance and not server maintenance, point the site,
    in IIS, to a different directory.
    For server maintenance, it is a bit more involved, as you have to resolve to
    a different server during maintenance.

    --
    Gregory A. Beamer
    MVP, MCP: +I, SE, SD, DBA

    Subscribe to my blog


    or just read it:


    *************** *************** *************** ****
    | Think outside the box!
    |
    *************** *************** *************** ****
    "Mike Gleason jr Couturier" <nospam@invalid host.comwrote in message
    news:efHlK1axIH A.3680@TK2MSFTN GP05.phx.gbl...
    Hi,
    >
    What's a clean way to redirect users on an information page while doing
    site maintenance...
    >
    Can we do it with urlMappings !? (wildcard "*"?)
    >
    Thanks
    >

    Comment

    • George Ter-Saakov

      #3
      Re: Redirect to a &quot;site maintenance&quo t; page

      Check out the app_offline.htm



      George


      "Mike Gleason jr Couturier" <nospam@invalid host.comwrote in message
      news:efHlK1axIH A.3680@TK2MSFTN GP05.phx.gbl...
      Hi,
      >
      What's a clean way to redirect users on an information page while doing
      site maintenance...
      >
      Can we do it with urlMappings !? (wildcard "*"?)
      >
      Thanks
      >

      Comment

      • Juan T. Llibre

        #4
        Re: Redirect to a &quot;site maintenance&quo t; page

        re:
        !Provided it is site maintenance and not server maintenance,
        !point the site, in IIS, to a different directory.

        Actually, all that's needed is to create an "app_offline.ht m" file
        in the root directory of the application which is being updated.

        See :


        re:
        !For server maintenance, it is a bit more involved, as you
        !have to resolve to a different server during maintenance.

        Yes. That's a different problem.




        Juan T. Llibre, asp.net MVP
        asp.net faq : http://asp.net.do/faq/
        foros de asp.net, en español : http://asp.net.do/foros/
        =============== =============== ========
        "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld @comcast.netNoS pamMwrote in message
        news:B2E0CE62-E6F0-4561-9D98-50E4E4D04D41@mi crosoft.com...
        Provided it is site maintenance and not server maintenance, point the site, in IIS, to a different directory.
        For server maintenance, it is a bit more involved, as you have to resolve to a different server during maintenance.
        >
        --
        Gregory A. Beamer
        MVP, MCP: +I, SE, SD, DBA
        "Mike Gleason jr Couturier" <nospam@invalid host.comwrote in message news:efHlK1axIH A.3680@TK2MSFTN GP05.phx.gbl...
        >Hi,
        >>
        >What's a clean way to redirect users on an information page while doing site maintenance...
        >>
        >Can we do it with urlMappings !? (wildcard "*"?)
        >>
        >Thanks

        Comment

        • Mike Gleason jr Couturier

          #5
          Re: Redirect to a &quot;site maintenance&quo t; page

          "Mike Gleason jr Couturier" <nospam@invalid host.coma écrit dans le message
          de news: efHlK1axIHA.368 0@TK2MSFTNGP05. phx.gbl...
          Hi,
          >
          What's a clean way to redirect users on an information page while doing
          site maintenance...
          >
          Can we do it with urlMappings !? (wildcard "*"?)
          >
          Thanks
          >
          "app_offline.ht m"

          Cool thanks guys!!


          Comment

          Working...