Custom url rewrite stop working after 20 seconds?
Posted
by 101224863727594634919
on Server Fault
See other posts from Server Fault
or by 101224863727594634919
Published on 2010-03-12T14:09:26Z
Indexed on
2010/03/12
14:17 UTC
Read the original article
Hit count: 264
Hi all
I have a simple question about using of custom URL rewrite module - http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx.
After period of time redirects stop working. When I trace non working requests I found that
- -URL_CACHE_ACCESS_END PhysicalPath URLInfoFromCache true URLInfoAddedToCache false ErrorCode 0 ErrorCode The operation completed successfully. (0x0)
Is there any option to disable URL cache access for website.
Thanks in advance.
© Server Fault or respective owner