Hi all, I have a website designed in asp.net and running well. Now I want to add a blog page where users can post their views on certain topics and I want to moderate them ( as it is done in blogs). I know that this can be done by installing wordpress.But I don't know how to do this and attach to the existing website..Hope you got my question and waiting for your help ..
Just install wordpress on the same domain in a /blog/ directory. Then on the ASP.NET site, just post a link to /blog/.
Better way is redirect or link page to other path. Example your page is domain.com/default.aspx On that page. You can link to domain.com/blog/index.php. Make sure your hosting or server allow to using PHP and MySQL P/S: I think linux support php better than window server.