Buy Questpond's video subscriptions on
huge discount
.
Online: 7475
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
Others
>
Loading ...
my local host is taking long time to load asp.net static page
Posted by
ramkumarsubramaniyamust-global-6869
under
Others
on 1/7/2011 |
Points: 10
| Views : 7804 | Status :
[Member]
| Replies : 6
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi All,
I'm trying to run my web application (DotNet 2008 codings, static pages) on a website on winXP system, but IIS response is very slow. It takes long time to load the pages, this is for all the users.
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Karthikanbarasan
on: 1/7/2011
[Member]
[Moderator]
[Microsoft_MVP]
[MVP]
Silver
|
Points: 25
0
Hi,
after loading for long time does the users able to view the page? or its redirecting to some fault page???
Thanks
Karthik
www.f5Debug.net
ramkumarsubramaniyamust-global-6869
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
ramkumarsubramaniyamust-global-6869
on: 1/7/2011
[Member]
Starter
|
Points: 25
0
Hi Karthikanbarasan,
While loading itself it takes long time to load the page
ramkumarsubramaniyamust-global-6869
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sankkrit
on: 1/7/2011
[Member]
Starter
|
Points: 25
0
There might be issue in the processing of the page you want to load first. so its better to check the code in the first page and also there might be some issue regarding the net speed, if the connection is also too slow the page will take more time to load.
The other thing that might be a cause is so many images and controls on the page, as if there are too may of them the page could become slower because the server loads each and every control.
ramkumarsubramaniyamust-global-6869
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
ramkumarsubramaniyamust-global-6869
on: 1/7/2011
[Member]
Starter
|
Points: 25
0
Sankkrit,
My first page is index.aspx only. it was loading fastly two days back. suddenly it happens. and net connection is fast only.
ramkumarsubramaniyamust-global-6869
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Karthikanbarasan
on: 1/7/2011
[Member]
[Moderator]
[Microsoft_MVP]
[MVP]
Silver
|
Points: 25
0
Please use HTTPWatch professional software and check the flow... This software is very useful to check the page flow... You can easily catch the issue why its getting delayed with this software
Thanks
Karthik
www.f5Debug.net
ramkumarsubramaniyamust-global-6869
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
prabhakarpandeynetsutra-12829
on: 12/3/2011
[Member]
Starter
|
Points: 25
0
You can do following attempts to reduce the loading time.
1:Disable view-state of as many control as possible as it contains data while traveling in network.
2:Make compilation debug="false" in web.config page.
3:Use efficient query(using indexing,avoid complex normalization and joins)
4:Use as much as css possible.
You can find further details on:
http://prabhakaritstuff.wordpress.com/
ramkumarsubramaniyamust-global-6869
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...