It would be helpful to know which version of .NET you are running.
Here's a life-cycle overview for 2.0
http://msdn2.microsoft.com/en-us/library/ms178472(VS.80).aspx
If pages need to be compiled before they are served, you will get a long
er load time than normal on the first request, but after that they
should be quicker.
> I'm writing a web application that has several pages and each page has
> multiple levels of custom controls (ascx's). I'm noticing a
[quoted text clipped - 24 lines]
> Delphia Consulting
> mroberts@delphiaconsulting.com
mroberts@delphiaconsulting.com - 19 Feb 2008 16:45 GMT
> It would be helpful to know which version of .NET you are running.
>
[quoted text clipped - 37 lines]
>
> - Show quoted text -
Thank you very much for the response and the link. It does seem like
the compiling of the pages is what is taking so long. I have noticed
that once the page is loaded it is very fast whenever I come back to
that page so it is just the initial page display that is the problem.
I am going to try and compile the pages with the aspnet_compiler
command and see if that helps.
We are using .Net 1.1 currently, but expect to move to 2.0 or 3.0
before this summer. Also, we are using Visual Studio 2003 to develop
the application. I will make sure to include that information in any
future posts I make.
mroberts@delphiaconsulting.com - 19 Feb 2008 17:09 GMT
> It would be helpful to know which version of .NET you are running.
>
[quoted text clipped - 37 lines]
>
> - Show quoted text -
It doesn't look like the aspnet_compiler command is available for .Net
1.1. Is that true? Is there any other way to pre-compile pages for a
1.1 website?
Mark