08-06-07 12:18 PM
Hello,
In our production event log, there are quite a lot of errors generated from
Application_Error of Global.asax. The url in these errors has the following
format.
http://www.domain.gov/app/Templates...94-8218755EBFEA}&NRORIGINALURL=/appl/directory/page.
htm&NRCACHEHINT=Guest
This is the Read-Only Site, so I just wonder why this url (getting from
Request.Url.ToString() ) appeared similar to when you are in the edit mode o
f
authoring site. Is it something to do with the use of Request.Url and not
HttpContext.Current.Request.Url. I cannot test in localhost as still have no
t
worked out what causes the error yet but noticed the strange url format.
Thank you.
Mun
[ Post a follow-up to this message ]
|