Skip to main content
Home Forums Silverlight Programming Programming with .NET - General How to create weblog inside ASP.Net Web Site?
2 replies. Latest Post by riderkubota on December 24, 2008.
(0)
riderkubota
Member
2 points
21 Posts
12-24-2008 1:37 AM |
I would like to create weblog inside ASP.Net Web Site? How do I do it?
and Weblog and Web Part are the same?
thank you
biondi
9 points
22 Posts
12-24-2008 1:59 AM |
It depends on what functions of your blog required. If that's just a very basic entry posting, you may consider building your own. It would just be kind of ASP.NET database programming. If you need full blown blogging community features, you may try something like http://communityserver.com/ or other open source options.
Web part is part of .NET framework for page layout personalization e.g. drag/drop, show/hide content components. My experience is that you may not be able to deliver a web like iGoogle or MSN Space simply by using web part without intensive programming effort of javascript.
Hope this helps
12-24-2008 5:15 AM |
I think I would like to try create weblog by myself, It is required
1. what is an interest of member?
2.Image of member
3.Who is member?
4.The function like a simply weblog.
Please recommend me, how do I start to do.