
ASP .Net using VB .Net Speed issue
It is only 5456 bytes on the client side for my largest
site. And they are aspx pages so I don't know if that
makes a difference but compared to other sites that load
faster than mine, I would expect my sites to be super
fast.
Also, I think this has to do with the cache, but when I
reload the page it is slightly quicker, but it is still
marginally slower compares to other sites.
Quote:
>-----Original Message-----
>As it seems related to the type of link you are using to
access these pages,
>I would start by checking the size of the HTML pages.
>Patrice
>> I have a couple of sites that reside on my IIS server.
>> They are really basic ASP .Net sites that I wrote using
>> VB .Net and they do a little bit of Database access (DB
>> resides on same machine). When testing the sites (as I
>> am programming them) access is pretty quick. However,
>> when I connect to each site remotely, the load time for
>> the page seems to be about 20 to 30 seconds.
>> Is there a way to speed this up for all sites?
>> Does it have to do with Web.config?
>> Does it have to do with anything in IIS?
>> Thank you,
>> Paul
>.