My goal is to create a small web application for the social activity in our company (volleybal, ultimate frisbee, etc) and take presence. So people open the page, see the available activity and click on a button "I will be there", "I can't" or "Maybe". Something like on facebook when people invite you to an event but that will use the Windows authentication instead.

I'm searching for a .NET ASP application that do this already (In c# if possible but VB is ok...). It's a not very complicated to code but if I can save some hours of developpement, I will take it!

So I'll be waiting for your suggestion! Thanks!

link|improve this question

Out of interest: presumably the system will have to identify users (authentication). How should they log in - Active Directory? Username/password? – Kieren Johnstone Jun 30 '11 at 15:59
What is out of interest? As I said in my question, it will use Windows authentication. In IIS, it's possible to activate this so the web app is able to know what's the name of the user. Since it's an intranet web page, all the account will be from our domain. – DarkJaff Jun 30 '11 at 16:47
feedback

2 Answers

I would consider looking at codeplex, sourceforge, google code and the like for exactly what you desire. If not, you can alter some type of survey or polling code (I know both of these types of examples are available for download).

link|improve this answer
Yes, thanks for you answer. For now my research didn't went well but I'm not sure of the term to use (invite system?). But your idea of altering a survey or polling code is a good one. Will give it a try. – DarkJaff Jun 30 '11 at 16:48
feedback
up vote 0 down vote accepted

After searching a lot of website, I didn't find anything in .NET that do exactly what I want. I find "community builder" in .NET that contain a invite system but it's too complicated for nothing. So I will build one myself. Thanks for the answer people.

Interesting to note that if you use PHP or Perl, you can find a lot of web app that do the trick. For example: DaVite

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.