473,657 Members | 2,530 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IIS is really slow after IE6 upgrade

Hello,

Hope this is not OT, but I'm not sure where to post it.

I have a development box running Windows NT Server 4 SP6a with all the
latest hot fixes and patches. Up until a couple of days ago, it was
running IE5.0 without problems. I upgraded to IE6 SP1 and ever since,
whenever I access the default ASP web site, it takes ages for the first
page to appear. After that subsequent pages load fine.

Couldn't find anything on Google or the ASP FAQ. Anyone any suggestions?
TIA

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 19 '05 #1
8 2238
Hello,

Have you tried to access the site using something else but IE6? As far as i
know, IE does not change the behavior of IIS, so i don't think that the
problem is related to IIS. It could be that you are using wrong settings in
IE (have you enabled Bypass proxy for local addresses?)

Anyway, i would try a newsgroup for IE.

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!
"Alan Silver" <al*********@no spam.thanx> wrote in message
news:34******** ******@nospamth ankyou.spam...
Hello,

Hope this is not OT, but I'm not sure where to post it.

I have a development box running Windows NT Server 4 SP6a with all the
latest hot fixes and patches. Up until a couple of days ago, it was
running IE5.0 without problems. I upgraded to IE6 SP1 and ever since,
whenever I access the default ASP web site, it takes ages for the first
page to appear. After that subsequent pages load fine.

Couldn't find anything on Google or the ASP FAQ. Anyone any suggestions?
TIA

--
Alan Silver
(anything added below this line is nothing to do with me)

Jul 19 '05 #2
In article <ef************ *@tk2msftngp13. phx.gbl>, Kristofer Gafvert
<kg******@NEWSi lopia.com> writes
Have you tried to access the site using something else but IE6?
Yeah, works fine ;-)
As far as i know, IE does not change the behavior of IIS, so i don't
think that the problem is related to IIS.
I realised that after posting. My initial thought was that updated
components of IE might have affected IIS. Seems it's IE alone.
It could be that you are using wrong settings in IE (have you enabled
Bypass proxy for local addresses?)
Not knowingly ;-)

The LAN settings are all blank, so I think that means the proxy setting
is not on. Was that what you meant ?
Anyway, i would try a newsgroup for IE.


Better idea ? Thanx for the help.

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 19 '05 #3
Yes, it sounds like you are not using a proxy. If you had been using a
proxy, it is very common that it takes long time if "Bypass Proxy for local
addresses" is not enabled.

I don't think i have any more ideas right now. I will let you know if i get
another idea.

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!
"Alan Silver" <al*********@no spam.thanx> wrote in message
news:tm******** ******@nospamth ankyou.spam...
In article <ef************ *@tk2msftngp13. phx.gbl>, Kristofer Gafvert
<kg******@NEWSi lopia.com> writes
Have you tried to access the site using something else but IE6?


Yeah, works fine ;-)
As far as i know, IE does not change the behavior of IIS, so i don't
think that the problem is related to IIS.


I realised that after posting. My initial thought was that updated
components of IE might have affected IIS. Seems it's IE alone.
It could be that you are using wrong settings in IE (have you enabled
Bypass proxy for local addresses?)


Not knowingly ;-)

The LAN settings are all blank, so I think that means the proxy setting
is not on. Was that what you meant ?
Anyway, i would try a newsgroup for IE.


Better idea ? Thanx for the help.

--
Alan Silver
(anything added below this line is nothing to do with me)

Jul 19 '05 #4
I vaguely recall an issue with the scripting dlls that shipped with IE6
originally. Something about them not having been built with server-side
performance in mind (since IE is a client application). I would expect that
this has been addressed. The original poster might try updating the
scripting engine on his NT server with the latest version.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Kristofer Gafvert" <kg******@NEWSi lopia.com> wrote in message
news:ef******** *****@tk2msftng p13.phx.gbl...
Hello,

Have you tried to access the site using something else but IE6? As far as i know, IE does not change the behavior of IIS, so i don't think that the
problem is related to IIS. It could be that you are using wrong settings in IE (have you enabled Bypass proxy for local addresses?)

Anyway, i would try a newsgroup for IE.

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!
"Alan Silver" <al*********@no spam.thanx> wrote in message
news:34******** ******@nospamth ankyou.spam...
Hello,

Hope this is not OT, but I'm not sure where to post it.

I have a development box running Windows NT Server 4 SP6a with all the
latest hot fixes and patches. Up until a couple of days ago, it was
running IE5.0 without problems. I upgraded to IE6 SP1 and ever since,
whenever I access the default ASP web site, it takes ages for the first
page to appear. After that subsequent pages load fine.

Couldn't find anything on Google or the ASP FAQ. Anyone any suggestions?
TIA

--
Alan Silver
(anything added below this line is nothing to do with me)


Jul 19 '05 #5
In article <uK************ *@tk2msftngp13. phx.gbl>, Mark Schupp
<ms*****@ielear ning.com> writes
I vaguely recall an issue with the scripting dlls that shipped with IE6
originally. Something about them not having been built with server-side
performance in mind (since IE is a client application). I would expect that
this has been addressed. The original poster might try updating the
scripting engine on his NT server with the latest version.


If it's any help, I applied the latest service pack only yesterday. I
would have thought that this would have included the scripting DLLs, no
?

Thanx for the info.

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 19 '05 #6
> If it's any help, I applied the latest service pack only yesterday. I
would have thought that this would have included the scripting DLLs, no
not necessarily. To eliminate the possibility, download and install the
latest scripting engine from www.microsoft.com/scripting

You can see what you have by running a page with the following

<%@LANGUAGE="VB SCRIPT"%>
<%
response.write ScriptEngine() & "<br>" & _
" Version " & ScriptEngineMaj orVersion() & "." & _
ScriptEngineMin orVersion() & "." & _
ScriptEngineBui ldVersion() & "."

%>

Current version is 5.6

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Alan Silver" <al*********@no spam.thanx> wrote in message
news:Pk******** ******@nospamth ankyou.spam... In article <uK************ *@tk2msftngp13. phx.gbl>, Mark Schupp
<ms*****@ielear ning.com> writes
I vaguely recall an issue with the scripting dlls that shipped with IE6
originally. Something about them not having been built with server-side
performance in mind (since IE is a client application). I would expect thatthis has been addressed. The original poster might try updating the
scripting engine on his NT server with the latest version.


If it's any help, I applied the latest service pack only yesterday. I
would have thought that this would have included the scripting DLLs, no
?

Thanx for the info.

--
Alan Silver
(anything added below this line is nothing to do with me)

Jul 19 '05 #7
In article <u#************ **@TK2MSFTNGP11 .phx.gbl>, Mark Schupp
<ms*****@ielear ning.com> writes
Current version is 5.6


I had version 5.0.3715, but then I'm running IIS4. I just downloaded
version 5.6, but it didn't make any difference.

Thanx anyway, any other ideas ?

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 19 '05 #8
In article <XV************ **@nospamthanky ou.spam>, Alan Silver
<al*********@no spam.thanx> writes
I just downloaded version 5.6


Probably blindingly obvious, but I ought to point out that I actually
installed it as well !!

--
Alan Silver
(anything added below this line is nothing to do with me)
Jul 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2332
by: Dan V. | last post by:
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one in now) and 1 MB RAM and Access 2002. Our ASP.NET Database queries to MS Access (running locally) are very slow, (the programmer can't change this) and they take between 2 - 15 seconds to load a data page -this is even running locally on the web server. There are multiple web sites on this server, with not too much traffic. Our goal is to have 100-200...
1
1291
by: Noman | last post by:
i am developing a system using VB 6 and Ms Access 2000. overall the system is working fine but at few instances the program get stuck for few minutes like 2 to 3 minutes i.e it is very slow. the accasions where it gets slow exists when number of records exceeeds 10,000 records. Main Ocasion where program gets slow in a table there is a field number,lenofnum,sale1,sale2
12
1810
by: Aykut Canturk | last post by:
We perfectly develop our applicaitons with VS 6.0. We want to move to .net but all of our development computers almost die with a small test application. we have min P4 2ghz and 512MB desktop PCs with huge RAM support, we use windowsXP as op.system but they don't work wery well. speed id too different. I don't mention about our notebooks. also they have min P4 1.6 with 512 RAM but they also die. Our customers also need Pc upgrade if we...
10
1273
by: Dimsion | last post by:
Hi everyone, I have been using VB5/VB6 and loving it but since my upgrade/new installation to VS.net 2003 and even the new VB.net 2005 beta 1. The GUI design is very slow and generic looking. Every time I read any post on any of these product, no one seem to have this issue so I was wondering if I miss something. I have even try to disable most feature like auto completion, external help and its still slow and generic feeling. Any time...
6
1176
by: Geoff Jones | last post by:
Hi I am loading a DataSet using a DataAdaptor e.g. myDataAdaptor = New OleDb.OleDbDataAdaptor("Select * From ", myConnection) myDataAdaptor.Fill(myDataSet, "MyTable") The table is very large and it takes quite a few seconds for these two steps
7
2321
by: fayez | last post by:
Hi. going from 8.1.2 to 8.1.11, make our stored procedures very slow, here is an example: select a, b from t1 a join t2 b on a.bkr=b.bkr and (a.act_id=b.act_id or (substr(a.act, 1, 2)=b.act and (substr(a.act, 1, 1)<='z' and (substr(a.act, 1, 1))>='a') )) join t3 c on b.bkr=c.bkr join t4 r on c.bkr=r.bkr
9
2974
by: jeff | last post by:
Hi All. I realize that when my Deployed winforms application starts, Windows needs to load the .net 2 framework before control is given to my application.... Is there anyway to either ... - preload the .net 2 framework (windows startup or whatever) - splash a screen ... application loading ... please wait ... type of
5
1184
by: Goran | last post by:
I have VS 2005. It works very slow.I have centrino 1,5 processor, 512 MB ram and hdd 4200 rpm. What I need to change or upgrade, ram or hdd or processor?
6
9990
by: mark4asp | last post by:
Why is this page so slow to render in Internet Explorer? <http://mark4asp.freehostingnow.com/Search.html> When browsing the page locally, this is my estimated time that the page takes to refresh using various browsers: Safari ~ 0.2 s Firefox < 1s Opera ~ 1s
0
1324
by: adstheman | last post by:
Hi all, I am maintaining a group of applications which share Access databases. In the newer version of the software products we have upgraded from DAO to ADO and also implemented routines to upgrade the databases from Access 97 to Access 2000. However, bitmaps stored in the Access 97 databases when retrieved into a recordset using the older versions of our software (that used DAO) were accessed at a good speed. However, in the newer...
0
8421
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8325
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8742
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8518
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8621
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.