Integrating a Blog (.asp)

Out of context: Reply #7

  • Started
  • Last post
  • 8 Responses
  • vaxorcist0

    you may know this, but here's an approach:

    1. host wordpress blog on a unix/linux/php server, use a subdomain
    2. write RSS parsing script on your ASP machine to read stuff from the wordpress website

    or
    2. modify template of blog to add a page with only the content you want on your asp page, formatted exactly, then use an iframe on the asp code to include the modified blog stuff in a box on your page.

View thread