DSV automates post-deployment IIS health validation for the Delaware Department of Corporations. On production release day, it spins up all .asmx web service endpoints across six server clusters, then validates DCIS, eCorp, eCorp2, and eCorp2 Admin paths — and confirms that restricted servers correctly refuse ICIS traffic. 46 URLs, six groups, live progress tracking, response-time analytics, and offline validators for the state network.
Start a validation run from the dashboard. A progress bar tracks completion across all 46 URLs in real time via polling. Six stat tiles update as each URL is checked: Total URLs, Passed, Failed, Pass Rate, Avg Response, and Duration. When complete, the full analytics dashboard loads — including a 2×2 chart grid, Server Health Matrix, and per-URL results table with SLOW and VERY SLOW inline badges.
Every completed run renders a 2×2 Chart.js analytics grid giving instant visual insight into deployment health: overall pass/fail ratio, per-group pass rates, response-time distribution by latency band, and average response time per group. Below the charts, the Server Health Matrix shows a per-server × per-group pass/fail grid so you can isolate node-level failures at a glance. The History page adds a trend line tracking pass rate across the last 10 runs.
Groups run sequentially: Server Spin-Up completes before validation begins. Within each group, URLs are checked concurrently with an 8-worker thread pool. Positive groups pass when the server returns HTTP 2xx. The Negative Checks group is inverted — restricted servers must return 4xx or refuse the connection entirely to pass.
DSV ships two downloadable offline validators for use on the state network without a connection to MelTuc. The standalone HTML file runs entirely in a browser and includes the same 2×2 chart grid plus Server Health Matrix. The PowerShell script bypasses all browser CORS and Private-Network-Access restrictions, reaches Delaware state internal servers directly, and outputs a Deployment Health Score (A–F), per-failure severity (P0–P3), an HTML report with embedded charts, a JSON export, and a CSV export. Both are generated from server-side templates and always contain the current URL list.
Every run is stored in the database with its full URL result set. The history page lists all past runs with timestamps, duration, pass/fail counts, pass rate, and CSV export links. A trend line chart shows pass rate over the last 10 runs for a quick regression view. Old records can be bulk-deleted to keep the table clean.
46 URLs, 6 groups, 4 analytics charts, live progress, Health Score A–F, CSV & JSON export. Stop running validations by hand.
Launch DSVRequires a MelTuc account. Create one free.