P
Paresh
Hi All,
I am using ASP.net 1.1.
I have used HttpHandler for UrlRewriting for this I have used
GetCompliedPageInstance method.
Now because of this my caching logic is not working.
Scenario:
When user requests http://localhost/application/abc.html.I rewrite this
url as http://localhost/other_application/xyz.aspx using
GetCompliedPageInstance method.
Now I want to cache "http://localhost/application/abc.html" Url.
Is there any way for enabling page output caching for
"http://localhost/application/abc.html" Url.
Any help in this regards will be appreciated.
Thanks in advance
I am using ASP.net 1.1.
I have used HttpHandler for UrlRewriting for this I have used
GetCompliedPageInstance method.
Now because of this my caching logic is not working.
Scenario:
When user requests http://localhost/application/abc.html.I rewrite this
url as http://localhost/other_application/xyz.aspx using
GetCompliedPageInstance method.
Now I want to cache "http://localhost/application/abc.html" Url.
Is there any way for enabling page output caching for
"http://localhost/application/abc.html" Url.
Any help in this regards will be appreciated.
Thanks in advance