User1140139269 posted
I'm a Visual Studio dunce, but acquired Expression Suite 2 with VS 2008.
I recently published a slighly modified PWS (using VS 2008) which forced to MS.NET 3.5 and put 8 pictures in sample photo album and it loads slowly.
On trace it shows
Control UniqueID |
Type |
Render Size Bytes (including children) |
ViewState Size Bytes (excluding children) |
ControlState Size Bytes (excluding children) |
__Page |
ASP._default_aspx |
8998 |
0 |
0 |
ctl00 |
ASP._default_master |
8998 |
0 |
0 |
ctl00$ctl06 |
System.Web.UI.LiteralControl |
184 |
0 |
0 |
ctl00$ctl00 |
System.Web.UI.HtmlControls.HtmlHead |
719 |
0 |
0 |
ctl00$ctl03 |
System.Web.UI.HtmlControls.HtmlLink |
76 |
0 |
0 |
ctl00$ctl04 |
System.Web.UI.HtmlControls.HtmlLink |
74 |
0 |
0 |
ctl00$ctl05 |
System.Web.UI.HtmlControls.HtmlLink |
75 |
0 |
0 |
ctl00$ctl01 |
System.Web.UI.HtmlControls.HtmlTitle |
40 |
0 |
0 |
ctl00$ctl02 |
System.Web.UI.HtmlControls.HtmlLink |
54 |
0 |
0 |
ctl00$ctl07 |
System.Web.UI.LiteralControl |
14 |
0 |
0 |
aspnetForm |
System.Web.UI.HtmlControls.HtmlForm |
8061 |
What is causing the size to be so high on ASP._default.aspx, and master?
Do I have a poorly adapted web.config or some config file error with the PWS?
I'm NCAA (no clue at all)
TIA
Pete Rourke
Chandler, AZ