testing on localhost

  • Thread starter Thread starter SilentCry
  • Start date Start date
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.
 
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
 
Hi,

I removed the Google Toolbar from Tools/Manage Add-ons/Enable or Disable
Add-ons, or Toolbars.
Solved the problem :) :)
 
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.
 
Back
Top