Click to See Complete Forum and Search --> : Building a message board from scratch


rperrylv1
10-10-2006, 05:39 PM
can anyone point me in the right dirction to building a message board from scratch for an intranet.

sirpelidor
10-10-2006, 06:55 PM
message board like CMS (blog)? There are a brunch open source out there for you to download for free.

for example, like this link (http://csharp-source.net/open-source/content-managment-systems) . Just google around, find the one you like and motify from there, and you won't need to waste time to build from scratch.

abhi_viking
10-11-2006, 12:21 AM
hi,

I dwldd and installed Go.Kryo CMS. I also set up virtual directory and made changes to web.config . But the problem is that i am not able to debug this application even though debug is set to true in web.config. Also when i try running it from browser it shows error in web.config on <authentication> tag.
Does any 1 know how to get this application running.
thnx in advance

sirpelidor
10-11-2006, 12:35 AM
it shows error in web.config on <authentication> tag.
Does any 1 know how to get this application running.



aaahh, the aurthor didn't release the folder's permission. re-do the whole thing all over, make sure ASP.NET user acct has full permission to all files and folder. You'll be fine.

abhi_viking
10-11-2006, 12:42 AM
[QUOTE=sirpelidor] re-do the whole thing all over, make sure ASP.NET user acct has full permission to all files and folder.QUOTE]

thnx for replying :) can u tell me how to do this?

sirpelidor
10-11-2006, 12:58 AM
go to root folder,
right click,
choose properties,
click security tab.
click "add",
type: aspnet then "check name",
check full control checkbox,
do the same thing to all folders from the root directory...

abhi_viking
10-11-2006, 01:12 AM
thnx for ur help man. But i got it working by doin small change in IIS. Actually da prob was in the IIS folder . i had not created da application within IIS even though application name folder was present