Simple Unique Visitor Tracking Global.asa
This code stores "unique visits" (defining that as visits from different IP addresses) to the site and will send a daily detailed activity report (entry point, Referrer URL, IP, User Agent, etc) to the specified e-mail account. This script solves a common problem when using global.asa Session_OnStart to just increase a counter of unique visitors. Many stateless clients (like web spider) reject session level cookies, so the result using that technic is not very accurate. (for example, a web spider hitting 20 pages of your site would count as 20 visits using the simple Session_OnStart counter technic)
Inout Shopping Cart - Multi Vendor EditionSponsored
Video Theme: Setup a website like YouTube today (New 2022) - Download Now!Sponsored
Coupon & Affiliate Theme (New 2022) - Download Now!Sponsored
Help/Fix on AWS Lambda Service (1 Hour)
One hour of help or fixes for AWS Lambda functions and related services.
Website and database migration to AWS EC2 instance
Migrate your website and database from existing hosting to an AWS EC2 server.
Help/Fix on identifying the most cost effective AWS spot instances based on instance type and region (1 Hour)
One hour of help to choose the most cost effective AWS Spot instances for your workload.
Help/Fix on AWS Kubernetes Service(EKS) (1 Hour)
One hour of help or fixes for Kubernetes clusters running on AWS EKS.

