﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Knowledgebase » Knowledgebase » ASP.NET plugins » Community Server</title><generator>InstantKB.NET 2.0.4</generator><description>Knowledgebase</description><link>http://www.webhost4life.com/HostingKB/</link><webMaster>kb@webhost4life.com</webMaster><lastBuildDate>Fri, 20 Nov 2009 18:42:33 GMT</lastBuildDate><ttl>20</ttl><item><title>How to check user password of Community Server 2007 from database</title><link>http://www.webhost4life.com/HostingKB/Goto50492.aspx</link><description>Connect to database. (you can check &lt;a href="KnowledgebaseArticle50476.aspx"&gt;this article&lt;/a&gt; to learn how to connect database)&lt;br /&gt;- open &lt;span href="http://evening.mysite4now.com/tag.php?name=SQL" onclick="tagshow(event)" class="t_tag"&gt;SQL&lt;/span&gt; Analyzer and run the query at below. (replace [UserID] with the ID you like to check)&lt;br /&gt;&lt;br /&gt;&lt;span class="Code"&gt;select Password from aspnet_Membership where UserID = (select UserId from aspnet_Users where UserName = '[UserID]')&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will see the password show in return result.&lt;br /&gt;</description><pubDate>Sat, 27 Jun 2009 03:18:07 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How to setup a Community Server blog so any registered user can post an entry there? </title><link>http://www.webhost4life.com/HostingKB/Goto50256.aspx</link><description>First give the registered users Ownership of the blog.  You could create a Role, then add members, or you could simply add the registered users as Owners on the Blog description form, separating the user names with semi-colons. (";")  Admin-&gt;Blogs-&gt;Blog-&gt;select App Key.</description><pubDate>Thu, 05 Feb 2009 14:26:25 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How to migrate my Community Server site from other hosting company to WH4L?</title><link>http://www.webhost4life.com/HostingKB/Goto50255.aspx</link><description>Please follow these steps:  &lt;br /&gt;1) Please transfer the web file for the application over.  &lt;br /&gt;2) Please create a new database, backup your current database and restore to the newly created database on our server.   &lt;br /&gt;3) After that, please update the connection string in the web.config.  &lt;br /&gt;&lt;br /&gt;PS: The connection string may locates at connectionStrings.config for special case.</description><pubDate>Thu, 05 Feb 2009 13:08:58 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>My Community Server portal says it's expired?</title><link>http://www.webhost4life.com/HostingKB/Goto50091.aspx</link><description>&lt;p&gt;&lt;font face="Arial" size="2"&gt;When I browse my community portal, I am getting an error saying:&lt;/font&gt;&lt;/p&gt;&lt;h1&gt;&lt;font face="Arial" size="4"&gt;The Community Server Release Candidate Has Expired!&lt;/font&gt;&lt;/h1&gt;&lt;font face="Arial" size="2" /&gt;&lt;br /&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;This means your community serverportal's license has expired.  You should upgrade your community serverportal to version 1.1 RC3 or later. &lt;/font&gt;&lt;font face="Arial" size="2"&gt;Please visit &lt;a target="_blank" href="http://communityserver.org/"&gt;CommunityServer.org&lt;/a&gt; for an update.&lt;/font&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Feb 2009 12:33:48 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How to solve "Community Server Error: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object...." error?</title><link>http://www.webhost4life.com/HostingKB/Goto50257.aspx</link><description>Community Server depends on an anonymous user existing within the database to function when anonymous users are browsing the site and for associating posts with, for instance when users are deleted.  This user must exist, and it is also dependent upon the user being named "Anonymous".  Occasionally, it is possible to accidentally delete or rename the Anonymous user, which can severely impair site functionality and cause unauthenticated users to not be able to access your site.  &lt;br /&gt;The solution can be: &lt;br /&gt;Run the SQL query below against the DB: &lt;a href="http://docs.communityserver.com/files/media/File/378/Recreate_Anonymous_User.txt"&gt;http://docs.communityserver.com/files/media/File/378/Recreate_Anonymous_User.txt&lt;/a&gt;  &lt;br /&gt;</description><pubDate>Thu, 05 Feb 2009 12:29:08 GMT</pubDate><dc:creator>Mark</dc:creator></item></channel></rss>