-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Welcome to the CRUDE-ASP wiki!
CRUDE:
- Create
- Read
- Update
- Delete
- Execute
This project aims to implement an easy-to-use platform to create CRUD Application websites using the most-available free technologies (classic ASP, bootstrap, fontawesome, jquery, etc.), plus "Execute" functionality to expand database capabilities. Using this project you can easily create "Data Views" which would serve as CRUD interfaces where you can manipulate data from a SQL Server database, and to also execute custom database commands (such as stored procedures).
No coding knowledge required! All configuration and management of the CRUD elements are completely online with a GUI. This means CRUDE-ASP is essentially a "low-code development platform".
The project should be optimal for rapid application development of simple LOB (line-of-business) applications. There's absolutely NO programming knowledge required. It could of course come in handy for the more advanced scenarios, but in the most part, you should be able to implement most common application features using the easy-to-understand UI of CRUDE, without writing a single word of code.
These instructions will get you up and running on your local machine.
- Classic ASP
- Microsoft SQL Server 2016 database (Express, Mobile, LocalDB and Azure editions are also supported)
To install Classic ASP on your machine, the following features will need to be installed using "Turn Windows features on or off":
- Internet Information Services
- Web Management Tools
- IIS Management Console
- IIS Management Scripts and Tools
- IIS Management Service
- World Wide Web Services
- Application Development Features
- ASP
- ISAPI Extensions
- ISAPI Filters
- Server-Side Includes
- Common HTTP Features (everything)
- Application Development Features
- Web Management Tools
You will need a Microsoft SQL Server database to be installed. If you don't have a license already, you can download the Developer edition for free here.
This project is still in initial development, so there's nothing to install at the moment :)
But when there would be a first release, then it would be something like this:
- Deploy the database using a dacpac file, or by restoring from a backup, or by running a TSQL script.
- Copy the website folder to a subfolder in c:\inetpub\wwwroot
- Update the connection strings in the configuration file (web.config)
- If your connection strings use Windows Authentication, you'll need to configure anonymous authentication in IIS manager:
- Open IIS Manager
- Find your site under the sites list
- Under the "IIS" section, open the "Authentication" page
- Make sure "Anonymous Authentication" is enabled
- Click on "Anonymous Authentication" and Edit it
- Configure the username and password of a specific Windows user to be impersonated by every visitor
- In the database, create a Windows Authentication login for the above user, and give it permissions as necessary (i.e. read+write+execute)
- Other authentication methods are also available in IIS, such as Windows Authentication, Forms, URL and more. But those are more advanced and far beyond the scope of this project.
- That's it! The site should be immediately operational and you should be able to start using it and constructing data views.
- AdminLTE v3 - Free starter web template
- DataTables
- Bootstrap v4
- Font Awesome v5
- Summernote WYSIWYG Editor
- Toastr Notifications
- JQuery v3
- Eitan Blumin - Initial work - GitHub
List of other contributors who participated in this project.
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE.md file for details
- Hat tip to anyone whose code was used, especially AdminLTE.
- Do you want to help by participating in the project? Let me know via LinkedIn.
A new project is in the works, to utilize modern web technologies such as .NET Core and a modern JavaScript framework. You can find it here: CRUDE-NET
Copyright © Eitan Blumin 2018