Link to home
Start Free TrialLog in
Avatar of tconsult
tconsult

asked on

ASP.NET Page Hangs for some and not others

Greetings

I have an odd situation here.  Not sure if this is the best place to post but it is built in .NET.

I have built a basic page that binds to a repeater.  The page was running fine until today.  When I try to access it now it just hangs.  If I hit refresh 3-4 times it will eventually load.  I have looked at it in Netscape and it does the same thing.  My first inkling was that the CPU on the server 2000 w/ ASP.NET 1.0 was going bad but no one else seems to be able to re-create the issue.   I have talked with two others who are large geographical distances from me and they get it to load.  None the less, I am able to view anything on the site written in Classic ASP just fine.  Even wrote some large queries in Classic ASP and they worked fine too.  It only seems to be the large .NET pages and only for me.  

One other thing to note is this.  When I look in the source coee I see this near the top of the page
<script language='javascript' src='http://127.0.0.1:3004/js.cgi?pcaw&r=19954'></script>

Noone else is seeing this and I believe 127.0.0.1 is the localhost?  Could this be spyware that may be causing the trouble?

Thanks,

Thanks....Rob
Avatar of trevorhartman
trevorhartman
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of trevorhartman
trevorhartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Not sure on the page hanging...
Avatar of tconsult
tconsult

ASKER

Thanks trevor

It did not 100% solve my problem but you took me leaps forward.  As it turns out, if I turn my ZoneAlarm Firewall off then the problem goes away and I can view these pages again.  I have had ZoneAlarm for well over one year and built tons of .NET pages, some of them WAY bigger than these and this has never happened before.  For whatever reason, ZA does not like these pages if they return large numbers of records.  Very strange.

Spent all day on this.  Thanks!