London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Have look at the asp:Substitution control, it gives you the ability to insert a string into a cached page. I use it on an EPiServer site with caching.
In your case you could insert the url to the Captacha image, or image handler.
//Morten
Did any of you get the donut caching working successfully? If so, can you provide some additional details on your approach? Thanks!
Hi all,
I am developing a site that uses output caching through EPiServer. I need a part of a page (an Extension function) to be excluded from the output cached since it contains a Captcha image. Is there any way to exclude this user control from the output cache?
I have tried the PartialCaching(0) attribute for the Extension function user control, but Extension doesn´t allow this attribute. What to do?
Regards,
Tobias