testing on localhost

S

SilentCry

i'm running Visual Studio 2008/ASP.Net 3.5 on Windows Vista and i'm coming
across something strange when i view in browser or even start the
application. in both cases, the page that is rendering takes like a minute
or more to finally display in the browser. seems like an awful long time and
i never saw this with ASP.Net 1.0 using IIS. is there some ASP.Net
Development server setting i'm missing? what takes this so long?

sorry if this has been discussed before.
 
J

Jianwei Sun

Hello SilentCry,
i'm running Visual Studio 2008/ASP.Net 3.5 on Windows Vista and i'm
coming across something strange when i view in browser or even start
the application. in both cases, the page that is rendering takes like
a minute or more to finally display in the browser. seems like an
awful long time and i never saw this with ASP.Net 1.0 using IIS. is
there some ASP.Net Development server setting i'm missing? what takes
this so long?

sorry if this has been discussed before.

You can set a break point at Page_Load to check whether the time is spent
in your code or before your code is even executed
 
Z

Zerogos

Hi,

I removed the Google Toolbar from Tools/Manage Add-ons/Enable or Disable
Add-ons, or Toolbars.
Solved the problem :) :)
 
S

SilentCry

Zerogos said:
Hi,

I removed the Google Toolbar from Tools/Manage Add-ons/Enable or Disable
Add-ons, or Toolbars.
Solved the problem :) :)

worked for me too.. thanx. kind of a pain though to have to remember to
re-enable it when i'm doing normal browsing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top