why it takes sometimes such a long time : 20 / 30 secondes to compile the DLL on first visit on the webSite ? after this first visit the site is normally fast
I get this problem sometimes also. Usually I think its the web server itself because I will develop an application on my local server and it'll compile quick but when I deploy to a remote server it may not compile as quick so I beleive it may just be the server
itself and not anything to do with the ASP.NET process or the application itself
I think this is because the translation from MSIL gets done on the first execution of the app. This only happens on the first execution unless you re-compile the app. Regards Wayne Phipps
Time is the greatest teacher... unfortunately, it kills all of its students
angiras
Contributor
2990 Points
598 Posts
first visit very loooong
Aug 02, 2003 06:49 AM|LINK
javan15
Participant
1461 Points
337 Posts
Re: first visit very loooong
Aug 02, 2003 07:15 AM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: first visit very loooong
Aug 02, 2003 07:23 AM|LINK
Jason Brown - MVP, IIS
Wayne Phipps
Member
90 Points
18 Posts
Re: first visit very loooong
Aug 02, 2003 08:07 AM|LINK
LearnVisualStudio.Net
angiras
Contributor
2990 Points
598 Posts
Re: first visit very loooong
Aug 02, 2003 03:11 PM|LINK
firoz.ansari
Contributor
3515 Points
694 Posts
Re: first visit very loooong
Aug 03, 2003 12:02 AM|LINK
angiras
Contributor
2990 Points
598 Posts
Re: first visit very loooong
Aug 03, 2003 05:41 AM|LINK
angiras
Contributor
2990 Points
598 Posts
don't know what to do
Aug 03, 2003 04:30 PM|LINK