When I try to login to edit mode on my test server http://test.yyyy.no/ui/edit/the ReturnUrl is missing the "default.aspx" page part: http://test.yyyy.no/Util/login.aspx?ReturnUrl=%2fui%2fedit
ReturnUrl should have been %2fui%2fedit%2fdefault.aspx
On localhost it all works fine and the default.aspx is a part of the ReturnURL:http://localhost:6666/Util/login.aspx?ReturnUrl=%2fui%2fedit%2fdefault.aspx
Doesn anyone know what is wrong?
We have done that already so there must be an other reason why this fails.
And the strange thing is that it works fine locally but not when deployed to the test server.
When I try to login to edit mode on my test server
http://test.yyyy.no/ui/edit/
the ReturnUrl is missing the "default.aspx" page part:
http://test.yyyy.no/Util/login.aspx?ReturnUrl=%2fui%2fedit
ReturnUrl should have been %2fui%2fedit%2fdefault.aspx
On localhost it all works fine and the default.aspx is a part of the ReturnURL:
http://localhost:6666/Util/login.aspx?ReturnUrl=%2fui%2fedit%2fdefault.aspx
Doesn anyone know what is wrong?