0

I am working on a website and when I open the first page I receive additions to the address link. For example I should have : www.rpcmap.com/ but actually I am having this link:

www.rpcmap.com/(S(japkjl0zot2rvmfc0v104b0j))/default.aspx Does anyone know the reason of these additional links? You can access the website here

Thanks in advance:)

Matt
  • 22,721
  • 17
  • 71
  • 112
Hanady
  • 779
  • 2
  • 15
  • 38

1 Answers1

1

I am not a 100% up to speed with .NET but I can almost venture a guess that it's session/state info being injected by your web.config's URL re-write.

First port of call would be to open your web.config and see why it's injecting the session info - and either hide it or remove it.

Please note - purely a guess!

DavidP
  • 1,788
  • 1
  • 15
  • 23
  • anytime! Awesome site btw. Just if I may add two more cents? you have "/Styles/images/info_image1.png" which is slowing down the site terribly (834kb!!) - export it as a jpg and reduce it's physical size - currently you only us it in your info segment. – DavidP Oct 09 '12 at 08:07