aps.net upgrade? |
Post Reply |
Author | |
Sir_Pafrro
Newbie Joined: 10-May-2010 Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 10-May-2010 at 12:40am |
I was just curious if there were any plans on upgrading the software to asp.net
We have built up quite a database on our site and I'm adding to it everyday. Page load times are getting slower and slower and it's mainly due to the site being coded in an old language. Are there plans to do a complete upgrade of the site? |
|
Matt
Moderator Group Joined: 20-July-2006 Location: United States Status: Offline Points: 73 |
Post Options
Thanks(0)
|
You will want to look at the hardware and memory first. Make sure you are
using SQL and that it does not reside on the web server. The
programming language is barely a factor. Classic ASP ran some of the
largest, high profile sites on the web long before ASP.NET was an
option.
|
|
Guests
Guest |
Post Options
Thanks(0)
|
In my experience, all other things being equal, I've almost always seen ASP classic applications run faster than ASP.NET applications. I would not consider the programming platform to be the main concern here at all.
That being said, scripting language can make an appreciable difference in the speed of the application in the ASP.NET platform, though; ASP.NET applications will general run faster when scripted in C# as opposed to VBScript. |
|
cognecy
Certified ProductCart Developers Joined: 18-March-2006 Location: United States Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Sir_Pafrro,
I have to concurr here. If your page load times are getting slower and slower there is likely something elso going on with your site. Any number of things can cause this: too many large images, coding errors on the header/footer, excessive use of external javascripts, network connectivity with your current host, configuration of servers your host is using, etc, etc, etc.
We have several customers with very large product catalogs and customer bases (images numbering 60000+ ,one with over 70,000 customers and a database well over 450MB) and their sites are amazingly fast.
If we ever see a site slowing down we would never even suspect the base development language as being the issue. It is simply NOT a factor in the speed of your site and page load times.
Would you mind sharing with us where you are hosting your site as well as if this is a shared or dedicated server.
|
|
Mark Shipp
Cognecy Solutions, LLC Hosting/Design/Customization/Database Migration www.cognecy.com www.cognecy.co.uk |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |