hello,
i'm developing an ASP application and it very fast when viewed with IE but when i try to view it using Netscape it just takes forever, sometimes it even times out on me.
Please help,
Printable View
hello,
i'm developing an ASP application and it very fast when viewed with IE but when i try to view it using Netscape it just takes forever, sometimes it even times out on me.
Please help,
Strange, because ASP is server side, your browser shouldn't affect it. My ASP runs just as fast on IE and Netscape. Is it returning IE Specific tags or something?
weird!
that's what i thought, it makes no sense to me at all,
i user JavaScript on client side, and VBScript on server side so that should practicaly work, right ?
but still there is something missing...
It should!
I see no reason why it shouln't, try messing with the response.buffer and response.flush and stuff like that. Otherwise, if i get "slow asp" i know theres a bug in my code. I've had the wierdest things happen. Look for small things, etc. I've never had it be browser specific thought :confused:
netscape responds right away when i click on any of the menus in netscape..... ?!?!?!
what the hell is that?!
I've experienced the same phenomonon before. I created a set of ASP pages using MS Access' save as webpage feature and they where markebly faster in IE then Netscape. I never did figure out why.
so what is the solution?!
i have know idea! does pressing F5 fix it like the menu thing? Maybe you could change a setting like response.buffer and use response.flush too.
I was going to suggest using response.flush after time consuming parts of your code too.
did that too