loyalt
January 6th, 2009, 05:29 PM
Hello,
I’m creating a custom (dynamic) ASP.NET ecommerce website and I would like to be able to update some content (e.g. title tag, text, links, etc.) at any time. I do not want to have to modify code when I change this specific content or reinstall the web app and then bounce the server each time I change this specific content.
As an example, lets say I have text for a Sony LCD tv, an image and link on the television product page and I get a notice that Sony is coming out with a new higher end LCD TV that we would like to promote for our SEO campaign. I don’t want to have to manually change the page, recompile, and start and stop the server just to add the new LCD tv.
In addition, once this new Sony LCD info is available to the website, I would hope the next time a visitor comes to the site, the newly added LCD, links and images show up. Meaning I would like this to be instantaneous.
Should I create an in-house app that uses XML or can a CMS do this for me or is there a better solution?
Also, for the available solutions I don’t want to affect performance of the web page load times.
Thanks
I’m creating a custom (dynamic) ASP.NET ecommerce website and I would like to be able to update some content (e.g. title tag, text, links, etc.) at any time. I do not want to have to modify code when I change this specific content or reinstall the web app and then bounce the server each time I change this specific content.
As an example, lets say I have text for a Sony LCD tv, an image and link on the television product page and I get a notice that Sony is coming out with a new higher end LCD TV that we would like to promote for our SEO campaign. I don’t want to have to manually change the page, recompile, and start and stop the server just to add the new LCD tv.
In addition, once this new Sony LCD info is available to the website, I would hope the next time a visitor comes to the site, the newly added LCD, links and images show up. Meaning I would like this to be instantaneous.
Should I create an in-house app that uses XML or can a CMS do this for me or is there a better solution?
Also, for the available solutions I don’t want to affect performance of the web page load times.
Thanks