D
DMG
Okay, things are starting to become a bit clearer now.
Did a bit more googling based on what I've learned from this thread, and it
seems that providing a feed into your main site from your blog site, and a
link to an external blog site is somewhat standard practice.
By integration, I mean what is described in this article:
http://jonathanwold.com/tutorials/wordpress_integration/
I didn't think ASP.NET and PHP were compatible, but it seems that they are,
so I'll google for some more info on that. If anyone knows of any good
links then that would be appreciated.
Ta!
Did a bit more googling based on what I've learned from this thread, and it
seems that providing a feed into your main site from your blog site, and a
link to an external blog site is somewhat standard practice.
By integration, I mean what is described in this article:
http://jonathanwold.com/tutorials/wordpress_integration/
I didn't think ASP.NET and PHP were compatible, but it seems that they are,
so I'll google for some more info on that. If anyone knows of any good
links then that would be appreciated.
Ta!
Darrel said:For example, if i install dasblog, and I have it 'under' my own website,
then IIS will look like this:
MyWebsite [Virtual Directory]
DasBlog [Virtual Directory]
I have a link to my dasblog from my website, and it opens up 'inside' (by
way of perhaps an IFRAME, even although that has been derided by a
previous poster to this thread).
Yes, iframes are bad.
But I'm still not sure what 'integrate' means to you.
So the url for the blog would be, 'www.mywebsite/blog'.
Ah, I see, well, if it's merely a URL issue (which I don't think is a huge
deal) then your method would be fine. You could even run WordPress along
side your asp.net site if you really wanted to under the same domain.
Also, to confuse things even further, I was thinking about making use of
ASP.NET Master Pages. Is it achievable to do this and link the blog in
using these, or not?
Well, if you want to use ASP.net master pages, then you do need an ASP.net
blog system that supports master pages.
I'm not thrilled with master pages myself, but yea, that's a pure ASP.net
concept.
-Darrel