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. General Programming
  3. C#
  4. www.kal.com/login.aspx to www.kal.com

www.kal.com/login.aspx to www.kal.com

Scheduled Pinned Locked Moved C#
comtutorial
9 Posts 5 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.
  • K Offline
    K Offline
    kalyan_2416
    wrote on last edited by
    #1

    hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance

    L V L C 4 Replies Last reply
    0
    • K kalyan_2416

      hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance

      L Offline
      L Offline
      laddie 0
      wrote on last edited by
      #2

      You can add the login page to the documents list in IIS. So that typing dd.com will actually show dd.com/login.aspx to hide other pages i assume there is no way. Laddie

      V 1 Reply Last reply
      0
      • K kalyan_2416

        hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        They call it like 'URLCloaking' right? You can load a default.aspx in the root, which contains frameset. Top frame is 0% and Next Frame is 100%. Your app should load in the bottom frame.

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        K 1 Reply Last reply
        0
        • L laddie 0

          You can add the login page to the documents list in IIS. So that typing dd.com will actually show dd.com/login.aspx to hide other pages i assume there is no way. Laddie

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          zion417 wrote:

          i assume there is no way

          URLCloaking! Check out how http://www.cjb.net/[^], http://www.dot.tk/[^] works.

          Vasudevan Deepak Kumar Personal Homepage Tech Gossips

          1 Reply Last reply
          0
          • K kalyan_2416

            hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance

            L Offline
            L Offline
            leppie
            wrote on last edited by
            #5

            Or frames or IFRAME, million ways to do it. Another way is using Server.Transfer.

            **

            xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
            New xacc.ide release RSS feed^

            **

            V 1 Reply Last reply
            0
            • V Vasudevan Deepak Kumar

              They call it like 'URLCloaking' right? You can load a default.aspx in the root, which contains frameset. Top frame is 0% and Next Frame is 100%. Your app should load in the bottom frame.

              Vasudevan Deepak Kumar Personal Homepage Tech Gossips

              K Offline
              K Offline
              kalyan_2416
              wrote on last edited by
              #6

              ok thanks for it i will look in to that bye

              1 Reply Last reply
              0
              • L leppie

                Or frames or IFRAME, million ways to do it. Another way is using Server.Transfer.

                **

                xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                New xacc.ide release RSS feed^

                **

                V Offline
                V Offline
                Vasudevan Deepak Kumar
                wrote on last edited by
                #7

                I prefer an XMLHttp and filling a DIV. ;)

                Vasudevan Deepak Kumar Personal Homepage Tech Gossips

                L 1 Reply Last reply
                0
                • V Vasudevan Deepak Kumar

                  I prefer an XMLHttp and filling a DIV. ;)

                  Vasudevan Deepak Kumar Personal Homepage Tech Gossips

                  L Offline
                  L Offline
                  leppie
                  wrote on last edited by
                  #8

                  Just a pity most approaches breaks the browser's Back button :(

                  **

                  xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                  New xacc.ide release RSS feed^

                  **

                  1 Reply Last reply
                  0
                  • K kalyan_2416

                    hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance

                    C Offline
                    C Offline
                    ChrisKo 0
                    wrote on last edited by
                    #9

                    I would recommend you take a look at http://urlrewriter.net/[^]

                    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