Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When I call page with a alttemplate this turns up with a empty response. This page worked when I had no compression activated.
Dave
How exactly are you calling the page with the alttemplate?
Peter
I'm calling it with the querystring like /mypage.aspx?altTemplate=AjaxTemplate
I tried calling it with /mypage/Ajaxtemplate.aspx and that seems to work.
That would have been my suggestion (should have written that here in the first place I guess)
Glad it works
So the solution is :
Call your page with alt template like this : /yourpage/yourtemplate.aspx
And add this to the excludepaths section in the config file
<add path="yourtemplate.aspx" />The alt template won't be compressed. But this is the only way i got it to work
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Not working for pages with Alttemplate
When I call page with a alttemplate this turns up with a empty response. This page worked when I had no compression activated.
Dave
How exactly are you calling the page with the alttemplate?
Peter
I'm calling it with the querystring like /mypage.aspx?altTemplate=AjaxTemplate
I tried calling it with /mypage/Ajaxtemplate.aspx and that seems to work.
Dave
That would have been my suggestion (should have written that here in the first place I guess)
Glad it works
So the solution is :
Call your page with alt template like this : /yourpage/yourtemplate.aspx
And add this to the excludepaths section in the config file
<add path="yourtemplate.aspx" />
The alt template won't be compressed. But this is the only way i got it to work
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.