Search Wiki:
Resource Page Description
The majority of Web sites have the need to display a list of frequently asked questions to their users. Although it's not difficult to create a simple set of FAQ pages, creating a great user experience that supports searching for FAQs, filtering, and paging, can become more difficult. Furthermore, this is often common functionality that has to be implemented repeatedly in multiple Web sites.

0f08fc64-7930-4c05-9acf-9c02819e119c.png
Last edited Sep 23 2009 at 7:19 PM  by JonathanCarter, version 3
Comments
ypradeep23 wrote  Sep 27 2009 at 5:40 PM  
I am not able to open this solution (c# version; I am able to open VB version) in VS team system 2008. But the pre-requisites notes is saying that this needs only VS 2008.
Any one can help us.

jsenior wrote  Sep 27 2009 at 9:32 PM  
@YPadeep23 - what is the error message (if any) that you are seeing - please reply to webapp@microsoft.com

jsenior wrote  Sep 27 2009 at 9:51 PM  
@YPadeep23 - can you check if you have ASP.NET MVC 1.0 installed?

jvilimek wrote  Oct 7 2009 at 11:24 AM  
I bet it would be the reason (missing MVC i mean) - I have had the same problem. Just open the "StartHere.htm" and navigate to "Get Started", all informations are there ;)

jvilimek wrote  Oct 7 2009 at 12:46 PM  
By the way: the toolkit is great, however it would be nice, if it implements following 2 things:
- localization
- pictures upload

I will try to implement it, whom should I sent the source code to be published?

Chila wrote  Oct 16 2009 at 3:08 AM  
I make it run using SQL 2008 Express but I want it on SQL Server 2005. Another thing is that, a multi-language support is needed. I'm translating this to pt-BR but in my opinion this is a must fot this kind of web app.

jsenior wrote  Oct 20 2009 at 4:32 AM  
The scripts to create the database are included in the download - check out the scripts folder.

Chila wrote  Oct 23 2009 at 1:56 AM  
jsenior, Great Help... but now, I need to run this Web App from inside IIS5.1 and IIS 6.0. I already changed the approutes.cs but I'm not able to find out the Admin page... Can you or anybody help?

jvilimek wrote  Nov 5 2009 at 3:31 PM  
Chila: I have added localization this way: added a new column "Language" for each Item + added UICulture changing not only according to user browser settings (accept-languages) but also as a choice for the user (like images with flags). I have also localized few texts.
Furthermore I have changed SQL installations scripts so they can build a database also on SQL 2005 (only datetime columns are supported). I have also changed the routes, so the project could run on IIS 6.0.
ATM we run this application with no significant problems on our test server (win2k3/sql2k5), but on our production system we got strange errors + we can not edit item's "answer column". So work is not finished yet...
PS: how can I post my code?

Updating...
Page view tracker