• We have a .net application that we’d like to integrate with wordpress. If we want to go the wordpress plugin route, my understanding is that we’d have to rewrite it in php. None of us are php guys here, so we really don’t want to go down that road if we don’t have to. Also, this application has to exist outside of wordpress, so we don’t want to have two codebases to update. Our thinking was that we’d have a page with an iframe in it that would load the application. However, I’m not sure if that’s the best way to go or if any of you have found better ways of integrating a separate app into wordpress pages? Thanks.

Viewing 1 replies (of 1 total)
  • Never tried that but the iframe idea doesn’t sound too bad. The other thing that comes to mind is using a PHP script to access your .Net application as if it were an API– kind of a client/server or AJAXish model– but I don’t if your app would support that.

    Unless you really want to tightly integrate with your WordPress theme, I’d probably go with the iframe, honestly.

Viewing 1 replies (of 1 total)

The topic ‘advice on integrating .net application with wordpress’ is closed to new replies.