Extand legacy site with another server-side programming platform best practice

Posted by Andrew Florko on Stack Overflow See other posts from Stack Overflow or by Andrew Florko
Published on 2010-06-13T10:22:28Z Indexed on 2010/06/13 10:32 UTC
Read the original article Hit count: 316

Company I work for have a site developed 6-8 years ago by a team that was enthusiastic enough to use their own private PHP-based CMS. I have to put dynamic data from one intranet company database on this site in one week: 2-3 pages. I contacted company site administrator and she showed me administrative part - CMS allows only to insert html blocks & manage site map (site is deployed on machine that is inside company & fully accessible & upgradable).

  • I'm not a PHP-guy & I don't want to dive into legacy hardly-who-ever-heard-about CMS engine
  • I also don't want to contact developers team, 'cos I'm not sure they are still present and capable enough to extend this old days site and it'll take too much time anyway.

I am about to deploy helper asp.net site on iis with 2-3 pages required & refer helper site via iframe from present site. New pages will allow to download some dynamic content from present site also.

Is it ok and what are the pitfalls with iframe approach?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about best-practices