Link to home
Start Free TrialLog in
Avatar of alex-is
alex-is

asked on

support portal

hi everyone.. not sure if my question belongs here in the first place, but lets try

we are a small company that manufacturers a peice of hardware and software, and we need some sort of support web site.  Something simple that will require users to sign in.  We dont have any web developers not can we spend tons of money on developing one for us.  I can probably find a machine that will run IIS, and we enough bandwidth to host this in house..  here's the question: can anyone suggest a solution?  

your help is deeply appritiated.

Alex
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Bernard Savonet
Bernard Savonet
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of virtue79
virtue79

I think http://portals.apache.org/ may help you.
If you've mainly got experience with Windows servers, http://www.dotnetnuke.com/ has a good, free, offering.  That website is a DotNetNuke website itself, and certain portions are viewable by those who have logged in, while other portions are only for members. After registering and downloading the source code, all you really need to do is copy the files to an IIS website and setup folder permissions as described at http://www.goosedesigns.com/Default.aspx?PageContentMode=1&tabid=69

I've used DotNetNuke for 3 websites so far, and it's been very easy to administer.
consider http://www.phpbb.com/
free (open-source) message board, 4 years in development. lots of modifications available.

for not-that-simple portal version, try http://www.phpbb2.de/
A lot of this seems a bit out of the scope of your requirements from my reading. For simplicity, I would recommend building the basic web page yourself, as its been said, you will have no problem doing this. Then all you will require is a small login script, not sure how secure you require it to be, but Im sure you can setup a basic database to allow people to login. If not, build the site yourself, and pay a developer to do the basic login features for you - its not a big job and shouldnt cost you to much depending on what exactly you need :)