473,378 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Slow ASP Pages on IIS 7

I have migrated to Vista Business and installed IIS 7.0. I moved some
classic ASP pages from my old XP box running IIS to the new box. I've
made no changes to the code, which worked fine on the old machine.
They also run fine on a remote server. On the new machine, the ASP
pages are running extremely slow and timing out with the error "cannot
display the web page." I've verified that I'm making connections to my
Access database (which is fine for my low-volume site) and closing the
connections. I've checked the IIS log and seen no issues. I turned off
my firewall briefly, which didn't help. I watched perfmon and didn't
see that unusual amounts of resources were being used. I noticed after
some debugging that the .jpg images render extremely slowly. I'm
accessing the pages via this location in IE: http://mymachinename/default.asp.
I've run out of ideas. Please help.

bluepete in Seattle

May 26 '07 #1
4 13835
bluepete wrote:
I have migrated to Vista Business and installed IIS 7.0. I moved some
classic ASP pages from my old XP box running IIS to the new box. I've
made no changes to the code, which worked fine on the old machine.
They also run fine on a remote server. On the new machine, the ASP
pages are running extremely slow and timing out with the error "cannot
display the web page." I've verified that I'm making connections to my
Access database (which is fine for my low-volume site) and closing the
connections. I've checked the IIS log and seen no issues. I turned off
my firewall briefly, which didn't help. I watched perfmon and didn't
see that unusual amounts of resources were being used. I noticed after
some debugging that the .jpg images render extremely slowly. I'm
accessing the pages via this location in IE:
http://mymachinename/default.asp. I've run out of ideas. Please help.

bluepete in Seattle
..Can you provide a small repro page that exhibits these symptoms so we can
run it ourselves? Somebody here must have Vista (I don't).
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
May 26 '07 #2
On May 26, 4:32 am, "Bob Barrows [MVP]" <reb01...@NOyahoo.SPAMcom>
wrote:
bluepete wrote:
I have migrated to Vista Business and installed IIS 7.0. I moved some
classic ASP pages from my old XP box running IIS to the new box. I've
made no changes to the code, which worked fine on the old machine.
They also run fine on a remote server. On the new machine, the ASP
pages are running extremely slow and timing out with the error "cannot
display the web page." I've verified that I'm making connections to my
Access database (which is fine for my low-volume site) and closing the
connections. I've checked the IIS log and seen no issues. I turned off
my firewall briefly, which didn't help. I watched perfmon and didn't
see that unusual amounts of resources were being used. I noticed after
some debugging that the .jpg images render extremely slowly. I'm
accessing the pages via this location in IE:
http://mymachinename/default.asp. I've run out of ideas. Please help.
bluepete in Seattle

.Can you provide a small repro page that exhibits these symptoms so we can
run it ourselves? Somebody here must have Vista (I don't).
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"- Hide quoted text -

- Show quoted text -
I figured out that ASP issue. Turns out that it had nothing to do with
ASP, but everything to do with a change in how Vista handles DNS
resolution on local machines. I discovered it totally by accident
while clicking around in the IIS manager. On XP Pro, you can put in
the machine name after http:// and the webserver will start (assuming
it's installed) and load the page. If you do the same thing on Vista,
it hangs. However, if you sub "localhost" or 127.0.0.1 for the machine
name on Vista, it works beautifully. Something for your files. This
was intensely frustrating. I'm surprised that no one else has spotted
this issue, as near as I can tell.

May 26 '07 #3
bluepete wrote:
>
I figured out that ASP issue. Turns out that it had nothing to do with
ASP, but everything to do with a change in how Vista handles DNS
resolution on local machines. I discovered it totally by accident
while clicking around in the IIS manager. On XP Pro, you can put in
the machine name after http:// and the webserver will start (assuming
it's installed) and load the page. If you do the same thing on Vista,
it hangs. However, if you sub "localhost" or 127.0.0.1 for the machine
name on Vista, it works beautifully. Something for your files. This
was intensely frustrating. I'm surprised that no one else has spotted
this issue, as near as I can tell.
Thanks for the follow-up. I'm betting someone will appreciate this info
being available to google searches.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
May 26 '07 #4
I've had IIS5.1 suffer this problem of slow rendering of images on an XP machine.

The solution was to backup IIS website configurations, uninstall IIS , reinstall IIS and restore the backup.

Seems to fix it every time the problem occurs...
"bluepete" <jo**@speakeasy.netwrote in message news:11*********************@x35g2000prf.googlegro ups.com...
>I have migrated to Vista Business and installed IIS 7.0. I moved some
classic ASP pages from my old XP box running IIS to the new box. I've
made no changes to the code, which worked fine on the old machine.
They also run fine on a remote server. On the new machine, the ASP
pages are running extremely slow and timing out with the error "cannot
display the web page." I've verified that I'm making connections to my
Access database (which is fine for my low-volume site) and closing the
connections. I've checked the IIS log and seen no issues. I turned off
my firewall briefly, which didn't help. I watched perfmon and didn't
see that unusual amounts of resources were being used. I noticed after
some debugging that the .jpg images render extremely slowly. I'm
accessing the pages via this location in IE: http://mymachinename/default.asp.
I've run out of ideas. Please help.

bluepete in Seattle

May 26 '07 #5

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

Similar topics

12
by: MikeT | last post by:
I have a page that produces little thumbnails of the 3D models it finds in a specified directory (and iterates down through any sub directories). It basically scans each directory for 3D Studio...
16
by: mamo74 | last post by:
Hello. I am administering a SQL Server (Enterprise Edition on Windows 2003) from some month and can't understand what is going on in the latest week (when the db grow a lot). The DB is around...
3
by: Marc Castrechini | last post by:
Forgive me on the lack of specifics but I am not a "server" guy. We just rolled our code out to a 2003 Server from Win2k Server and for some reason our pages are painfully slow. It appears the...
2
by: Jim | last post by:
I know about and expect the first time an asp.net is viewed that the JIT compiler willc ompile the page and hence the slow response time for the page, but after a certain amount of time my asp.net...
5
by: Tom | last post by:
Any ideas what can cause ASP.NET pages to be slow now and then? It can take more than 5 seconds to get the page, which is way to much. One of the pages (not sure how many there are, i have just...
3
by: Pavils Jurjans | last post by:
Hello, I am experiencing very slow processing of ASP.NET pages that are served over LAN, while when running them on the server machine (ie http://localhost), there is no slowdowns. We have...
0
by: Brian Russell | last post by:
We have three servers (beyond my development box) in our organization. The first is a testing server that has IIS and SQL Server on it. The second is another testing server that also has IIS and...
4
by: Ray | last post by:
Does anyone out there have experience with using Db2 8.2 with a program called MISys (also known as ACCPAC). I am having some problems with the application running exteremly slow on workstations...
3
by: Skrol29 | last post by:
Hello, In order to encircle a problem of performance we have with our PHP scripts, we were brought the make the following test. We take a standard HTML page of our site, and we make a copy of...
0
by: Kerem Gümrükcü | last post by:
Hi, i use the code from this code sample on MSDN: for printing a 5 and sometimes 70 page text-only data: http://msdn.microsoft.com/en-us/library/ms404294.aspx The point is, that this is...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.