Georgia Environmental Connections Online ("GECO") is an online service allowing public access to various Georgia Air Protection Branch applications.
The main components are the Emission Inventory System (EIS), Permit Fees, Emission Statement, Event Registration, and Test Notifications.
GECO is a Web Forms Application targeting the .NET Framework version 4.8.
-
Copy the configBuilder files from the app-config repo or create new ones:
- Copy
Web.configBuilder.Server-sample.xml
toWeb.configBuilder.Debug.xml
and add the connection string and API keys. - Before deploying, create
Web.configBuilder.Staging.xml
andWeb.configBuilder.Release.xml
files as needed.
- Copy
In September 2018, this repository was created by converting the previous GECO "Web Site" to a "Web Application" Project. For various reasons, the original git repository was abandoned but is still available for reference elsewhere.