Stefan [MSFT]
Guest
|
Posted:
Thu Nov 10, 2005 9:51 am Post subject:
Re: Weird ReturnUrl address format? |
|
|
Hi Andrew,
that is normal. This is the real URL. The friendly URL you usually see is
only working because the MCMS ISAPI filter is replacing this URL with the
URL below before ASP.NET is called.
As ASP.NET only knows the unfriendly URL it cannot render links to the
friendly one.
See here for workarounds:
http://blogs.technet.com/stefan_gossner/archive/2004/04/23/118623.aspx
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Andrew Fitch" <AndrewFitch@discussions.microsoft.com> wrote in message
news:C0B58C1E-9F59-456E-AC2D-9F27A76E5A0F@microsoft.com...
| Quote: |
We just upgraded our CMS 2001 site to 2002 in development. We now have a
dev
site that has mostly .asp template/pages and some .net aspx templates.
This is a secured forms based authentication site and we have a wierd
thing
happening with the ReturnUrl.
When someone hits an asp page and is redirected to the login page the
ReturnUrl looks like a normal page address.
When someone hits an .aspx page and is redirected to the login page the
ReturnUrl looks strange and unusual. Specifically it doesn't have a
typical
ReturnUrl url address, instead it's the webapp directory/
template.aspx...NRMODE...NRORIGINALURL...NRNODEGUID...NRCACHEHINT
We do have the url format set to hierarchical.
Any ideas on why the ReturnUrl on .aspx templates isn't set to a normal
looking web address?
These wierd looking urls will surely confuse our users.
Thanks
Andy
|
|
|