Click here to Skip to main content
Licence Public Domain
First Posted 13 Jun 2006
Views 27,959
Bookmarked 38 times

Simple but robust web based file management system including user authentication

By | 13 Jun 2006 | Article
This article will present a fully functional ASP.NET web application file management system written in pure VB. It allows for user authentication (Forms authentication), and based off that authenticate to allow/disallow functions within the site.

Introduction

This article will present a fully functional ASP.NET web application file management system written in pure VB. It allows for user authentication (Forms authentication), and based off that authenticate to allow/disallow functions within the site. Functions include upload, delete, and view files along with the administrative routines. The user information can be stored in either a XML or a SQL database (SQL script is provided).

Screen Shots

User Login

User Login

File List

File List

User List

User List

Background

This application was designed to fulfill a baisc need while still demonstranting some key concepts including:

  • Inheritance (Base Page methodolgy)
  • Forms Authentication
  • TripleDES encryption/decryption
  • IPrinciple
  • Interfaces
  • Data Access
  • File Upload

How to install the application?

  • Download and unzip the source files
  • Setup as a web
  • Ensure the process identity has write access to the bin/FILES/ directory and also the bin/XML/ directory if you are using the XML database.
  • Browse the Default.aspx
  • (Optionally you can uncomment the SQL section of the web config appsettings and run the SQL script located in the DataAccess\SQL Scripts directory.
  • Login with the Admin userid (password is 'password' - suggest you change it)
  • Have fun :)

I've used a lot of samples from Code Project over the years and thought it was time to give something back.

Feel free to use the code, it is my gift to the community.

History

Let me know of any suggestions and or improvements you come up with.

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication

About the Author

carvic



United States United States

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralInformation Required Pinmembersyedumairahmed197718:34 7 Feb '11  
GeneralInteresting Pinmembermbaocha17:46 6 May '09  
General:-: Handy :-: PinmemberProgramm3r2:53 23 Oct '06  
GeneralWelcome Pinmembercarvic6:52 19 Jun '06  
QuestionRe: Welcome Pinmemberjth01d20:59 21 Aug '07  
AnswerRe: Welcome Pinmemberp05esto6:37 24 Dec '08  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 13 Jun 2006
Article Copyright 2006 by carvic
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid