Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
16answers
3k views

Suggestions For A Lower Power, Cheap PC as a Home Server [closed]

My desktop PC gets bogged down as a web server, database, code repository and file server. I would like to buy a small PC to offload these duties and have it on 24/7. I was thinking of buying an ASUS ...
3
votes
6answers
428 views

ASP.NET CMS - which one?

We have a lot clients with CMS requirements. We use Telerik Sitefinity, which is pretty easy to use, but before we implement a whole swathe of new apps, I just want to double check we are going the ...
3
votes
1answer
374 views

OpenID on Community Server

Okay, I've asked on the Community Server Forums and was totally ignored. So I'll ask here. The OpenID provider (presumably janrain) for CommunityServer does not work with an SSL OpenID endpoint. I ...
2
votes
4answers
248 views

What asp.net portal software should I use for my personal site?

I want to set up my personal programming-oriented website. I'm currently running a very old version of CommunityServer, but I'd like to move on to something else. My host is WINS-based (Windows, ...
2
votes
11answers
363 views

Software for a social network in a corporate intranet running on LAMP

The company where I work for (1800+ Employees) is looking to enhance the personal relationships between its employees, allow a better collaboration and communication between departments and make it ...
2
votes
9answers
2k views

Telligent's Community Server

The company I work for is wanting to add blog functionality to our website and they were looking to spend an awful amount of money to have some crap being built on top of a CMS they purchased ...
1
vote
2answers
360 views

How to resolve timeout errors I do have with Community Server?

We are using in our company Telligent Community Server 2007.1 SP2, and we are having a LOT of timeouts from this tool, it is just not satisfying anybody. Our CS was 2007 SP1, having many timeouts. So ...
1
vote
4answers
5k views

How to get UpdatePanel from causing whole page postback?

I am using .NET 3.5 and building pages inside of the Community Server 2008 framework. On one of the pages I am trying to get an UpdatePanel working. I took a sample straight from ASP.NET website, ...
1
vote
5answers
269 views

How to override a method in another assembly?

I asked a question about interfaces previously and got some excellent responses. I'm really excited to start developing really flexible code. I now have a question about overriding a virtual method. ...
1
vote
1answer
106 views

Community Server the new version do you recommend it? can you integrate new modules to it?

I am planning to use community sever for one of our projects, i used it in the past but we had a lot of problems customizing it and understanding how things work, im affraid to get into that again, ...
1
vote
2answers
344 views

Community server Username issue - User Username not found in membership store does not exist

I have an error occuring frequently from our community server installation whenever the googlesitemap.ashx is traversed on a specific sectionID. I suspect that a username has been amended but the ...
0
votes
5answers
134 views

What version and how to use free MySQL DBMS in commercial projects?

Currently, MySQL community edition server 5.5.16 is under GPL. This means that it might be used in projects that are open source projects too. Our project budget is very tight and we need to find a ...
0
votes
3answers
583 views

Cannot connect to mysql server with MAMP nor with Community Server

I created a database with MySQL Workbench, and now I need to access it. So I've written a php script to access it: <? $db = mysql_connect("127.0.0.1:3306","root", ""); if (!$db){ ...
0
votes
2answers
131 views

Eval inside an ASP.net repeater doesn't work inside another control

I have a Reapter control with a custom server side control inside of it. When I place the code: <%# Eval("DateAdded") %> inside the item template of the repeater it works fine, but when I ...
0
votes
1answer
102 views

community server themeing, what changed from 2008 to TS 5.0?

Hoping someone has experience in both community server 2008 and TS 5.0 What are the main differences when in comes to themeing?
0
votes
3answers
185 views

How to prevent spam comments and registrations in Telligent Community Server?

I've added captcha from codebetter site on blog posts and registration form. Number of spam comments was decreased but 1-2 per day is a rule. Do you know how to prevent spam comments and ...
0
votes
3answers
259 views

Jamroom Alterntive

I'm looking for an open source or free alternative to Jamroom. (www.jamroom.net) I tried doing google searches for the past hour but I may not be searching for the right key terms. I would so grateful ...
0
votes
1answer
311 views

How to enable session on just a page level not on all the website?

I am developing a website to extend community server, and i found that community server disabled the session in the web.config <sessionState mode="Off" />. Now i have a webpage that i created ...
0
votes
1answer
95 views

Community server library - issue deleting a user

I have been asked to fix a Community Server forum where thousands of users were created via a script. All of their profile pages are SEOspam for prescription drugs, etc. The forum was not using email ...
0
votes
1answer
126 views

Need to override method that is in a namspace with another class which constructs it

I am trying to override a method on a control in the Community Server SDK called 'InlineTagsContainerTagEditor'. When I find the source for this control, it is inside of a file with another class ...
0
votes
2answers
326 views

Community Site with Blogs and forums - Oxite, DNN or CS?

I need to do a community site with blogs and forums, and was looking at 3 options: Oxite, DNN and community server. The frontend will be a mixture of ASP.NET and Silverlight. LiveID integration would ...
0
votes
1answer
38 views

How to modify moderation alert settings for Community Server?

How can I setup administrator alerts in Community Server for things like - new threads, new posts, new users, etc? Thank you.
0
votes
4answers
409 views

Programmatically log on to forum and then screenscrape

I'd like to login to the Forums part of community-server (e.g. http://forums.timesnapper.com/login.aspx?ReturnUrl=/forums/default.aspx) and then download a specific page and perform a regex (to see if ...