The comprehensive system of the Microsoft Haitian Technology Conference is composed of various modules such as online check-in, registration, mobile network, online challenge, and on-site Q&A. It realizes the sharing of data by calling the unified webservice service. This system has been successfully used in the Microsoft Haitian Technology Conference held on November 24, 2011.
Let’s introduce each project separately:
1.HaiTianTechedService provides a service interface, and all modules call this service.
2. SingInWeb provides sign-in and registration functions. First determine whether the mobile phone number exists, otherwise it will prompt you to register.
Provide a unified collection of user information.
3. Questionsansersweb is a mobile website platform that can be accessed via PC/mobile phone and you can submit questions online. You need to determine whether the mobile phone number exists.
http://edu.haitian.com.cn/m/手机网
4. For questions about showWeb's on-site large-screen display, or questions posted through mobile phones or PCs, technical experts will answer them on-site.
5. ExamWeb is an online level-breaking game that determines whether a mobile phone number exists. During the intermission, you can participate in technical level-breaking challenges to add some interactive fun.
Database description database script is under the database file
HaiTianTechED is the data script of the table
ht_regcustomer is the data script of the stored procedure
System setup steps
1. First create the database and execute the script (under the database directory)
2. Open the solution in vs2010. To enable it, you need to use the WebDeploymentSetup2010.msi plug-in. The root directory has been provided.
3. Compile the solution and publish the service.
4. Update the published services.