This is an ASP.NET Web Forms application that includes user registration functionality and engineering management features. The application provides a web interface for managing engineering-related data and user accounts.
- User registration and authentication system
- Engineering data management interface
- Responsive web design using Bootstrap
- Email management capabilities
- CRUD operations for data management
- ASP.NET Web Forms (.NET Framework)
- C# Programming Language
- Bootstrap CSS Framework
- jQuery JavaScript Library
- SQL Server
Controls/
- Custom ASP.NET pages (Engs.aspx, userRegistration.aspx)Content/
- CSS stylesheets including BootstrapScripts/
- JavaScript libraries and Web Forms scriptsapp_code/
- Shared code files (CRUD operations, email management)- Master pages for consistent site layout
- Clone the repository
- Open the solution in Visual Studio
- Restore NuGet packages if needed
- Configure connection strings in web.config
- Build and run the application
This project uses traditional ASP.NET Web Forms technology. For any questions or issues, please open an issue in this repository.
Database The project is connected to a SQL Server database. The connection string name is: term3ConStr