PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
First time Performance Problem
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
First time Performance Problem
![]() |
First time Performance Problem |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi All,
We are having a web application. When we call our application first time, it takes lots of time and afterwords it takes less time. I am clear about the concept how .aspx page is called in .net framework first time. It generates page level dll and then gives output to the user. Is there anyway through which we can prebuild these page level dlls and let .net framework use those dlls instead of building it in the first time call. Any idea will be a great help. Thanks, Biren Prajapati |
|
|
|
#2 |
|
Guest
Posts: n/a
|
<sendtobiren@gmail.com> wrote in message news:1139312749.791728.120510@g43g2000cwa.googlegroups.com... > Hi All, > > We are having a web application. When we call our application first > time, it takes lots of time and afterwords it takes less time. > > I am clear about the concept how .aspx page is called in .net framework > first time. It generates page level dll and then gives output to the > user. > > Is there anyway through which we can prebuild these page level dlls and > let .net framework use those dlls instead of building it in the first > time call. > > Any idea will be a great help. > > Thanks, > Biren Prajapati > If you are using ASP.NET 2.0, it includes a feature that allows to precompile your entire site into managed assemblies that can be deployed without markup or source code. If you get MSDN Magazine, an article by Jeff Prosise entitled "An Overview Of The New Services, Controls, And Features In ASP.NET 2.0" in the Visual Studio 2005 Guided Tour issue. Online here: http://msdn.microsoft.com/msdnmag/i...ew/default.aspx -- Peter [MVP Visual Developer] Jack of all trades, master of none. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

