PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET First time Performance Problem

Reply

First time Performance Problem

 
Thread Tools Rate Thread
Old 07-02-2006, 11:45 AM   #1
sendtobiren@gmail.com
Guest
 
Posts: n/a
Default First time Performance Problem


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

  Reply With Quote
Old 07-02-2006, 05:56 PM   #2
pvdg42
Guest
 
Posts: n/a
Default Re: First time Performance Problem


<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.


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off