|
-
Aug 15th, 2000, 12:53 PM
#1
Thread Starter
Addicted Member
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,
-
Aug 15th, 2000, 01:38 PM
#2
Fanatic Member
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!
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Aug 15th, 2000, 01:51 PM
#3
Thread Starter
Addicted Member
hmmm
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...
-
Aug 15th, 2000, 01:54 PM
#4
Fanatic Member
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
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Aug 15th, 2000, 02:26 PM
#5
Thread Starter
Addicted Member
i found something
netscape responds right away when i click on any of the menus in netscape..... ?!?!?!
what the hell is that?!
-
Aug 15th, 2000, 10:55 PM
#6
Hyperactive Member
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.
"People who think they know everything are a great annoyance to those of us who do."
-
Aug 16th, 2000, 02:41 PM
#7
Thread Starter
Addicted Member
hmmm
so what is the solution?!
-
Aug 16th, 2000, 02:44 PM
#8
Fanatic Member
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.
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Aug 16th, 2000, 04:55 PM
#9
Hyperactive Member
I was going to suggest using response.flush after time consuming parts of your code too.
"People who think they know everything are a great annoyance to those of us who do."
-
Aug 17th, 2000, 09:07 AM
#10
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|