Building a Document Web site in C#.Net.

J

Jason Huang

Hi,

We would like to build a Web site based on C#.Net.
The purpose of building this web site is to post our Documents for our
employee only.
Since we have many Documents(e.g., ISO9000, ISO14001),
we would like to have them published on our web.
Would some one give us some advice?
Thanks for help.


Jason
 
W

wandy wandy

It's suitable to build on WebForm with C# code-behind. And you can use
database to record and classify you documents if there are many of
them. So ADO.NET shoule be took into account. This will allow you
provide searching functionality to the user.
 
J

John Timney \( MVP \)

Have you thought about using Windows Sharepoint Services? It will do
everything your likely to need and a lot more for a simple install.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top