Question about strange temp folder in path in URL?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • frankstuartbrowne
    New Member
    • Jul 2007
    • 4

    Question about strange temp folder in path in URL?

    Hi guys,

    I'm really thrown off from this one. I'm using VS.NET 2005 and created a website from a copy of a previous website that I'd made a couple of months ago. After working on it for awhile I noticed that when I compiled and previewed the site, the url would be:
    http://localhost:2029/website/(S(ulcy1a452zre eaamwlyga5j3))/mainmenu.aspx
    where it should be:
    http://localhost:2029/website/mainmenu.aspx

    Everything works fine, but I would really like to get rid of the (S(ulcy1a452zre eaamwlyga5j3)) part of the path. Also, this value changes each time when I run the site.

    Thanks,
    Stuart
  • joedeene
    Contributor
    • Jul 2008
    • 579

    #2
    Well, it looks like you're debugging still when you make those, because in debugging, well for windows applications at least, it makes a temp folder, try building it and pasting it straight into the .../website/ directory.

    joedeene

    Comment

    Working...