 |
| ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

June 26th, 2008, 11:39 AM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Slow load times with VS local Web Server
Hi,
I'm using Visual Studio 2005 Standard edition with Vista.
Trying out a few simple asp.net apps, using Visual Studio's built in Web Server, its taking 1 minute 35 secs to load the first page.
This seems a long time. Is this normal or is it a Vista problem?
Thanks
Steve
|
|

June 26th, 2008, 12:09 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
Hi there..
The built in web server takes a lot of time to start itself. Did you try your pages in ISS?
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|

June 27th, 2008, 09:21 AM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
It takes exactly the same time using IIS with the 'Website Found, Waiting for Reply Message'
Thanks
Steve
|
|

June 27th, 2008, 09:31 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
Then you are probably having a problem with the pages. What are your pages doing?
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|

June 27th, 2008, 09:55 AM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Gonzalo,
I have one page with an AccessDataSource control and one Gridview control. I am displaying the records from one Access 2000 table.
Thanks
Steve
PS Tried out with SQL Server Express 2005-same time
|
|

June 27th, 2008, 11:14 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
Too much records?? hard to find the database or hard query? anything else on the page?? (images, colors???)
any code in your back?
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|

June 27th, 2008, 11:23 AM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Gonzalo,
Simple test table, maximum 10 records in Access Table, 3 in SQL Express, two fields, numeric, text
Query is select * from country.
No further code, just the 2 controls,
Thanks
Steve
PS Tried out same page on my laptop using Visual Web Developer 2008 Express Edition, local server, XP Professional.
First load was 9 seconds, subsequent loads 1 second
|
|

June 27th, 2008, 12:02 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
IMHO there is something wrong with your PC.. There is no way that such page render so slow...
and you have the example of your laptop..
I don't have any further help to give, sorry.... Did you try to look for any vista related problem in google???
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|

June 27th, 2008, 01:40 PM
|
|
Registered User
|
|
Join Date: Jun 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Gonzalo,
Thanks, will have a search. There were a few comments on not being able to connect, or problems with the hosts file, but I will have a try.
Steve
|
|

June 27th, 2008, 01:43 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
Please when you found something please update this thread so other people that has a similar problem can also has at least some kind of solution...
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
|
|
 |