Its a management system for organisation.
It has many departments each will have informations in the system
Based on their privileages they will access the data.
Main Topics
Browse All TopicsI need to design MIS for an organisation. I need help in designing MIS.
Can anyone help me?
Basically I have planned like
Server and Client Architecture.
I want to design both Server and Client in C#.
I need some design Ideas. Or if there are any articles for this architecture, give me.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If this is a windows environment (domain); you can setup groups and assign users to those groups. Then section off areas on the server file structure where some users have access to specific areas depending on their groups.
If this is all a custom application; you have your "client" connect into the server using some form of credentials. Those credentials are verified and the connection is accepted or rejected.
Whenever they go to access anything the server verifies if they have access to this (database on server; a simple 3 column table could do it ID, Section_ID, Access_Code [read/write/etc]) if not found in lookup its a deny
Business Accounts
Answer for Membership
by: a_bPosted on 2009-11-02 at 22:10:22ID: 25726401
The design would be specific to the application that you have. Otherwise you would end up getting very high level and broad ideas that may or may not be applicable. Can you give us some more info about the project at hand. That way experts maybe able to guide you better.