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. my URL is messed up

my URL is messed up

Scheduled Pinned Locked Moved C#
databasehelpquestionlounge
3 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.
  • S Offline
    S Offline
    Sled Dog
    wrote on last edited by
    #1

    Recently, I was programming and my url changed...it has RANDOM characters in it. I don't know how or why it occurred. Has any one see this? Normally, my url for a project would be http://localhost/MyProject/index.aspx Now, it looks like this http://localhost/MyProject/(bi4dw4bxvmy2l345vfuixouc)/index.aspx If I could remember what I had change in my project, I would change it back:< Will-B-Confused (help):(( Thanks for any suggestions in advance...

    T 1 Reply Last reply
    0
    • S Sled Dog

      Recently, I was programming and my url changed...it has RANDOM characters in it. I don't know how or why it occurred. Has any one see this? Normally, my url for a project would be http://localhost/MyProject/index.aspx Now, it looks like this http://localhost/MyProject/(bi4dw4bxvmy2l345vfuixouc)/index.aspx If I could remember what I had change in my project, I would change it back:< Will-B-Confused (help):(( Thanks for any suggestions in advance...

      T Offline
      T Offline
      TridentWhite
      wrote on last edited by
      #2

      It looks you have changed the web.config file to use cookieless sessions. The extra information is the SessionID. If you want to go back, go into your web.config file and look for sessionState. Change cookieless="true" to cookieless="false". That should get rid of the extra characters.


      Happiness is knowing that somewhere out there, there is a bullet with your name on it.

      S 1 Reply Last reply
      0
      • T TridentWhite

        It looks you have changed the web.config file to use cookieless sessions. The extra information is the SessionID. If you want to go back, go into your web.config file and look for sessionState. Change cookieless="true" to cookieless="false". That should get rid of the extra characters.


        Happiness is knowing that somewhere out there, there is a bullet with your name on it.

        S Offline
        S Offline
        Sled Dog
        wrote on last edited by
        #3

        John, while I must confess you have a scary outlook on life, I am most appreciative of your excellent answer before your bullet arrived. Thank you. Willliam

        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