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:)
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!