Hello
I have converted my asp.net 1.1 site to asp.net 2.0. Now I have an asp.net 1.1 site running and an asp.net 2.0 site on a separate domain.
I was happy with asp.net 1.1 and my site overall starts a lot faster then asp.net 2.2. I converted to asp.net 2.2 for the localization of the site and it works but slow at the first start up, and when the application is not used for a while. It sometimes takes 1 minute or more and I also made a ticket (and the site was relocated to another pool) but it all will not fix the problem.
About the slow restart I found this, and I have the same behaviour
http://support.jodohost.com/showthre...ghlight=native
At this time it is simply not acceptable that the website now and then takes a minute or more. Every new user will leave before looking at the site.
I also had complaints from users that the site seemed a bit slower. That's not a good thing.
Do you have a solution for this? I don't dare to update my current and well running asp.net 1.1 version to 2.0. I converted all the code but it simply is to slow at startup or at restarts every now and then.
I read stuff about an ngen utility that compiles everything to native code but it has to run on the server of the hoster so it can compile everything to native code. Will this help?
And suppose it would help does it keep the native code stored on the server so it doesn't have to recompile everthing time after time again. If it still recompiles every time it is still not a good option.
Suppose it is a good option how am I be able to run this on the server?
Please help
Best regards
I have converted my asp.net 1.1 site to asp.net 2.0. Now I have an asp.net 1.1 site running and an asp.net 2.0 site on a separate domain.
I was happy with asp.net 1.1 and my site overall starts a lot faster then asp.net 2.2. I converted to asp.net 2.2 for the localization of the site and it works but slow at the first start up, and when the application is not used for a while. It sometimes takes 1 minute or more and I also made a ticket (and the site was relocated to another pool) but it all will not fix the problem.
About the slow restart I found this, and I have the same behaviour
http://support.jodohost.com/showthre...ghlight=native
At this time it is simply not acceptable that the website now and then takes a minute or more. Every new user will leave before looking at the site.
I also had complaints from users that the site seemed a bit slower. That's not a good thing.
Do you have a solution for this? I don't dare to update my current and well running asp.net 1.1 version to 2.0. I converted all the code but it simply is to slow at startup or at restarts every now and then.
I read stuff about an ngen utility that compiles everything to native code but it has to run on the server of the hoster so it can compile everything to native code. Will this help?
And suppose it would help does it keep the native code stored on the server so it doesn't have to recompile everthing time after time again. If it still recompiles every time it is still not a good option.
Suppose it is a good option how am I be able to run this on the server?
Please help
Best regards