Description: This is an online ordering website based on three tier architecture to achieve the main function.
One, the background
1, website management
2, food management
Mainly include query food, increasing food
3, user management
Mainly include the addition of administrators, query administrators, members
4, order management
Mainly includes the function of the inquiry order and no payment orders
Two, the front desk
Users can visit the inquiry to order, add a shopping cart, and calculate the amount, and then you can pay the cost
The default administrator login password is 51aspx
DB_51aspx directory is a file, directly attached to the configuration file in web.config settings
To Search:
File list (Check if you may need any files):
DB_51aspx
.........\LazyEating.mdf
.........\LazyEating_log.ldf
LazyEating.Model
................\bin
................\...\Debug
................\...\.....\LazyEating.Model.dll
................\...\.....\LazyEating.Model.pdb
................\...\Release
................\CartRecord.cs
................\Food.cs
................\FoodType.cs
................\LazyEating.Model.csproj
................\obj
................\...\Debug
................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
................\...\.....\LazyEating.Model.csproj.FileListAbsolute.txt
................\...\.....\LazyEating.Model.csprojResolveAssemblyReference.cache
................\...\.....\LazyEating.Model.dll
................\...\.....\LazyEating.Model.pdb
................\...\.....\TempPE
................\Order.cs
................\OrderDetail.cs
................\Properties
................\..........\AssemblyInfo.cs
................\User.cs
................\UserType.cs
LazyEating.Repository
.....................\bin
.....................\...\Debug
.....................\...\.....\LazyEating.Model.dll
.....................\...\.....\LazyEating.Model.pdb
.....................\...\.....\LazyEating.Repository.dll
.....................\...\.....\LazyEating.Repository.pdb
.....................\CartRepository.cs
.....................\FoodRepository.cs
.....................\LazyEating.Repository.csproj
.....................\LazyEating.Repository.csproj.user
.....................\obj
.....................\...\Debug
.....................\...\.....\DesignTimeResolveAssemblyReferences.cache
.....................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.....................\...\.....\LazyEating.Repository.csproj.FileListAbsolute.txt
.....................\...\.....\LazyEating.Repository.csprojResolveAssemblyReference.cache
.....................\...\.....\LazyEating.Repository.dll
.....................\...\.....\LazyEating.Repository.pdb
.....................\...\.....\TempPE
.....................\...\.....\......\LazyEating.designer.cs.dll
.....................\OrderRepository.cs
.....................\Properties
.....................\..........\AssemblyInfo.cs
.....................\SqlHelper.cs
.....................\UserRepository.cs
LazyEating.UI.Web
.................\Admin
.................\.....\Default.aspx
.................\.....\Default.aspx.cs
.................\.....\Default.aspx.designer.cs
.................\.....\FoodAdd.aspx
.................\.....\FoodAdd.aspx.cs
.................\.....\FoodAdd.aspx.designer.cs
.................\.....\FoodDetail.aspx
.................\.....\FoodDetail.aspx.cs
.................\.....\FoodDetail.aspx.designer.cs
.................\.....\FoodEdit.aspx
.................\.....\FoodEdit.aspx.cs
.................\.....\FoodEdit.aspx.designer.cs
.................\.....\FoodList.aspx
.................\.....\FoodList.aspx.cs
.................\.....\FoodList.aspx.designer.cs
.................\.....\FoodType.aspx
.................\.....\FoodType.aspx.cs
.................\.....\FoodType.aspx.designer.cs
.................\.....\Head.aspx
.................\.....\Head.aspx.cs
.................\.....\Head.aspx.designer.cs
.................\.....\Login.aspx
.................\.....\Login.aspx.cs
.................\.....\Login.aspx.designer.cs
.................\.....\MainIndex.aspx
.................\.....\MainIndex.aspx.cs
.................\.....\MainIndex.aspx.designer.cs
.................\.....\Menu.aspx
.................\.....\Menu.aspx.cs
.................\.....\Menu.aspx.designer.cs
.................\.....\Menu.html
.................\.....\OrderDetail.aspx
.................\.....\OrderDetail.aspx.cs
.................\.....\OrderDetail.aspx.designer.cs
.................\.....\OrderList.aspx
.................\.....\OrderList.aspx.cs
.................\.....\OrderList.aspx.designer.cs
.................\.....\Style
.................\.....\.....\BaseStyle.css
.................\.....\.....\Images
.................\.....\.....\......\login_btn.png
.................\.....\.....\......\login_title.png
..........