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. URL Rewriting with Hackable URLs

URL Rewriting with Hackable URLs

Scheduled Pinned Locked Moved ASP.NET
comhelpquestion
5 Posts 3 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.
  • W Offline
    W Offline
    wEb GuRu
    wrote on last edited by
    #1

    Hey guys I have implemented URL Rewriting using: http://msdn2.microsoft.com/en-us/library/ms972974.aspx[^] BUT it could not help me to construct truly hackable URLs as it is stated at:http://msdn2.microsoft.com/en-us/library/ms972974.aspx#urlrewriting_topic7[^]. Any body here have any idea about this? Thanks for your time

    All the way from Sialkot ...

    N 1 Reply Last reply
    0
    • W wEb GuRu

      Hey guys I have implemented URL Rewriting using: http://msdn2.microsoft.com/en-us/library/ms972974.aspx[^] BUT it could not help me to construct truly hackable URLs as it is stated at:http://msdn2.microsoft.com/en-us/library/ms972974.aspx#urlrewriting_topic7[^]. Any body here have any idea about this? Thanks for your time

      All the way from Sialkot ...

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      wEb GuRu... wrote:

      BUT it could not help me to construct truly hackable URLs

      What is the problem you are facing ? Take a look at URLRewriter.NET[^], it's a powerful URL rewriting library.

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

      W 1 Reply Last reply
      0
      • N N a v a n e e t h

        wEb GuRu... wrote:

        BUT it could not help me to construct truly hackable URLs

        What is the problem you are facing ? Take a look at URLRewriter.NET[^], it's a powerful URL rewriting library.

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

        W Offline
        W Offline
        wEb GuRu
        wrote on last edited by
        #3

        Its working fine, only for URLs with .ASPX extensions. Like following url is working fine www.domain-name.com/category/index.aspx BUT url without .aspx extension like www.domain-name.com/category/ gives "File not found" Error. As ASP.net only handles pages with extension .aspx.........!

        All the way from Sialkot ...

        E N 2 Replies Last reply
        0
        • W wEb GuRu

          Its working fine, only for URLs with .ASPX extensions. Like following url is working fine www.domain-name.com/category/index.aspx BUT url without .aspx extension like www.domain-name.com/category/ gives "File not found" Error. As ASP.net only handles pages with extension .aspx.........!

          All the way from Sialkot ...

          E Offline
          E Offline
          Eduard Keilholz
          wrote on last edited by
          #4

          You may want to add index.aspx in IIS's default documents list....

          .: I love it when a plan comes together :. http://www.zonderpunt.nl

          1 Reply Last reply
          0
          • W wEb GuRu

            Its working fine, only for URLs with .ASPX extensions. Like following url is working fine www.domain-name.com/category/index.aspx BUT url without .aspx extension like www.domain-name.com/category/ gives "File not found" Error. As ASP.net only handles pages with extension .aspx.........!

            All the way from Sialkot ...

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #5

            wEb GuRu... wrote:

            www.domain-name.com/category/

            Arghh extension less URL's, I love them, but it's not possible to do that with IIS6.0. Possible solution is to create "category" folder and put an empty "index" file there. If you are on windows server 2008 or Vista which comes with IIS 7, you can make URL-Rewritting works in the early stages of HTTP pipeline.

            All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

            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