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 problem

url problem

Scheduled Pinned Locked Moved ASP.NET
3 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.
  • V Offline
    V Offline
    venu656
    wrote on last edited by
    #1

    hi experts my url goes like this with special characters http://localhost:1543/india/city-hotels-in-p?lgh?t.aspx but when i uploaded iam getting the error of 404 not found error plz solve this? regards venu

    T Y 2 Replies Last reply
    0
    • V venu656

      hi experts my url goes like this with special characters http://localhost:1543/india/city-hotels-in-p?lgh?t.aspx but when i uploaded iam getting the error of 404 not found error plz solve this? regards venu

      T Offline
      T Offline
      Talal Sultan
      wrote on last edited by
      #2

      What are the question marks? I suppose they are some special characters that were badly encoded/decoded? if the system reads the page name as city-hotels-in-p?lgh?t.aspx and the page's current name is city-hotels-in-pâlghét.aspx for example, for sure the file will not be found. Maybe special characters can be escaped in the URL?

      -- If this is a post that has been helpful to you, please vote for it. Thank you! "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook

      1 Reply Last reply
      0
      • V venu656

        hi experts my url goes like this with special characters http://localhost:1543/india/city-hotels-in-p?lgh?t.aspx but when i uploaded iam getting the error of 404 not found error plz solve this? regards venu

        Y Offline
        Y Offline
        Yusuf
        wrote on last edited by
        #3

        venu656 wrote:

        http://localhost:1543/india/city-hotels-in-p?lgh?t.aspx

        your url does not seem right. '?' is special character on the url and you can not use it. If you need '?' in your url then you need to encode it first.

        Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

        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