| Author |
|
ando Newbie

Joined: 09 September 2010 Location: Russian Federation
Online Status: Offline Posts: 5
|
| Posted: 10 September 2010 at 2:16am | IP Logged
|
|
|
I try Helicon
Jet on IIS6.0 and when enabled compression on dynamic or static content I got abracadabra
in browser. You can see it yourself on this link: http://www.odintsovo.org/test/
Software
environment:
Windows
2003 32bit service pack 2
Helicon Jet Version 1.1.0.24
ISAPI_Rewrite 3.1.0.64
ASP.NET version 2.0.50727
Edited by ando - 10 September 2010 at 2:19am
__________________ http://www.odinsovo.info/
|
| Back to Top |
|
| |
Ruslan Admin Group

Joined: 03 March 2008 Location: Ukraine
Online Status: Offline Posts: 44
|
| Posted: 10 September 2010 at 4:32am | IP Logged
|
|
|
Hello!
It is looks like 'Transfer-Encoding: chunked' header comes,
but there is no chunks in response body.
1. Make sure that any caches are turned off (HeliconJet cache, IIS cache).
2. What technology is used in your application? (classic asp, asp.net, ...)
3. What other third-party extensions installed on IIS?
4. Could you please show your HeliconJet & ISAPI_Rewrite configs.
Thanks.
|
| Back to Top |
|
| |
ando Newbie

Joined: 09 September 2010 Location: Russian Federation
Online Status: Offline Posts: 5
|
| Posted: 10 September 2010 at 9:28am | IP Logged
|
|
|
1. I use cache all ASP files in memory. I must turn this option off to entire web-server to can use HeliconJet on one site? 2. Classic ASP 3. No extension 4. I try to switch off ISAPI_Rewrite, but take same result
Code:
################################################# # HeliconJet Configuration file # Version 1, 1, 0, 24
NotifyOrder=HIGH
MaxCacheSize=0 MinFileSize=512 MaxFileSize=0 FileCacheDirectory=g:\cache\ ProxyRequests=enable AppendQuerystring=enable
[Defaults]
[URL:/test/] Static Level:9 Cache Dynamic Level:6
[Cache-Control] mime text/javascript 7 days after access public mime text/css 7 days after access public
|
|
|
Edited by ando - 10 September 2010 at 1:30pm
__________________ http://www.odinsovo.info/
|
| Back to Top |
|
| |
ando Newbie

Joined: 09 September 2010 Location: Russian Federation
Online Status: Offline Posts: 5
|
| Posted: 12 September 2010 at 10:01am | IP Logged
|
|
|
I check AspEnableChunkedEncoding is set to true in metabase. Any ideas?
__________________ http://www.odinsovo.info/
|
| Back to Top |
|
| |
Ruslan Admin Group

Joined: 03 March 2008 Location: Ukraine
Online Status: Offline Posts: 44
|
| Posted: 13 September 2010 at 7:11am | IP Logged
|
|
|
Hi!
Could you please disable HeliconJet cache.
Just replace line
on
Restart the site application and make request.
Thanks.
|
| Back to Top |
|
| |
ando Newbie

Joined: 09 September 2010 Location: Russian Federation
Online Status: Offline Posts: 5
|
| Posted: 13 September 2010 at 12:09pm | IP Logged
|
|
|
Done, but no result: http://www.odintsovo.org/test/
__________________ http://www.odinsovo.info/
|
| Back to Top |
|
| |
Ruslan Admin Group

Joined: 03 March 2008 Location: Ukraine
Online Status: Offline Posts: 44
|
| Posted: 16 September 2010 at 7:13am | IP Logged
|
|
|
Hi!
1. Please try disable your asp in-memory cache for test page and check again.
2. Could you please show me source code of http://www.odintsovo.org/test/default.asp.
Thanks.
|
| Back to Top |
|
| |
ando Newbie

Joined: 09 September 2010 Location: Russian Federation
Online Status: Offline Posts: 5
|
| Posted: 16 September 2010 at 8:17am | IP Logged
|
|
|
Now the source is:
Code:
<% Response.Write "Hello world!" Response.Flush Response.Write "Hello world!" %>
|
|
|
We remove Response.Flush and get normal result!
Helicon Jet does't allow use the Response.Flush directive?
Edited by ando - 16 September 2010 at 8:28am
__________________ http://www.odinsovo.info/
|
| Back to Top |
|
| |
Ruslan Admin Group

Joined: 03 March 2008 Location: Ukraine
Online Status: Offline Posts: 44
|
| Posted: 17 September 2010 at 7:07am | IP Logged
|
|
|
Hello!
We haven't managed to reproduce this situation in our environment.
The way IIS6 works with Output buffers is something unpredictable.
If solution without Response.Flush is working for you, please use it.
If you want us to investigate it further, please send us your complete metabase in xml and a sample of asp script.
Thanks.
|
| Back to Top |
|
| |