If I am creating a ASP.NET Website, how i can add blogging module using webmatrix?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way to add blogging to an ASP.NET site with WebMatrix is to use one of the applications in the app gallery. I suggest taking a look at Umbraco:
http://umbraco.com/
Here are some links for help getting started:
http://www.microsoft.com/web/post/installing-umbraco-with-webmatrix
http://umbraco.com/help-and-support/video-tutorials/getting-started/working-with-webmatrix.aspx
You can also take a look at Orchard, another CMS written in .NET:
http://orchardproject.net/
Happy coding!