From now on put ASP. some records in net Community Starter Kit (csvs) learning are written down. It is a free version provided by Microsoft to build community Web applications. The content includes discussion, pictures, event records, and post files, file Upload, book introduction, etc. Today I analyzed the directory structure of the program.
1. directory structure
1. 1 --- Admin
The Administrator directory contains *. aspx, *. ascx, Web. config, and no pure C # code file.
--- | --- Activitylog
--- | --- Controls
--- | --- Deletecontent
--- | --- Documentation
--- | --- Editimages
--- | --- Editmessages
--- | --- Editsections
--- | --- Editservicesubscriptions
--- | --- Edittopics
--- | --- Editusers
--- | --- Editvoting
--- | --- Editwebboxservices
--- | --- Help
--- | --- Images
--- | --- Sendnewsletterstyles
--- | --- Styles
1. 2 --- advertisements
Ad information, including image files and AD configuration files (XML files), Web. config
1. 3 --- communities
Community, mainly responsible for interface design, with a large number of ascx files and Images
--- | --- Common
--- | --- Images
--- | --- Admin
--- | --- Discuss
--- | --- Emoticons
--- | --- Hasread
--- | --- Htmltextbox
--- | --- Ratings
--- | --- Themes (subject)
--- | --- Default
--- | --- Images
--- | --- Skins
--- | --- Contentskins
--- | --- Controlskins
--- | --- Pageskins
--- | --- Templateskins
--- | --- Styles
--- | --- Arc
--- | --- Cruise
--- | --- Eco
--- | --- Frida
--- | --- Library
--- | --- Professional
--- | --- Robotico
--- | --- Webboxes
--- | --- Community1
--- | --- Custommodules
--- | --- Images
--- | --- Themes
--- | --- Webboxes
1. 4 --- Engine
It is the engine of the program and the main part of the program. It contains all C # code, and all database operations are in the static method of Components \ [name] utility.
It also includes a large number of server controls and user data
--- | --- Admin
--- | --- Components
--- | --- Controls
--- | --- Framework
--- | --- Activity
--- | --- Baseclasses
--- | --- Comments
--- | --- Communities
--- | --- Contentpages
--- | --- Designers
--- | --- Emails
--- | --- Images
--- | --- Messages
--- | --- Moderation (moderate)
--- | --- Namedpages
--- | --- Notify (report)
--- | --- Ratings (Rate)
--- | --- Search
--- | --- Sections (Part)
--- | --- Services
--- | --- Themes
--- | --- Topics
--- | --- Users
--- | --- Voting
--- | --- Webboxes
--- | --- Modules
--- | --- Articles
--- | --- Books
--- | --- Custommodules
--- | --- Discuss
--- | --- Downloads
--- | --- Events
--- | --- Htmlpage
--- | --- Links
--- | --- Parentsection
--- | --- Photogallery
1. 5 --- ispadmin
Addcommunity
Controls
Editcommunity
Images
Sampledata (data import and export)
Styles
1.6 --- scripts