// DEPLOYMENT VALIDATION

EVERY SERVER.
EVERY ENDPOINT.
EVERY RELEASE.

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.

Launch App Learn More
46
URLs Checked
6
URL Groups
4
Charts / Analytics
PS1
Health Score A–F
Live
Progress Polling

Live Run Progress

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.

meltuc.tech/apps/dsv/app
46
Total
44
Passed
2
Failed
96%
Pass Rate
842
Avg ms
1m52s
Duration
Progress
44/46 complete
URL Results (sample)
URLStatusResponseResult
prt2a/WebService.asmx2002,240 ms SLOWPASS
prt2a/icis/default.aspx200312 msPASS
prt2f/icis/default.aspx200287 msFAIL
prt2b/WebService.asmx2004,810 ms VERY SLOWPASS

Four-Chart Analytics Grid

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.

meltuc.tech/apps/dsv/app — analytics
Pass / Fail Donut
▮▮▮
Pass Rate by Group
▮▮▮
Response-Time Bands
▮▮▮
Avg Response by Group
Server Health Matrix
Server SPIN_UP DCIS ECORP2 ECORP NEG
prt2a
prt2f
Pass/Fail Donut
Overall ratio of passed to failed across all 46 URLs
Pass Rate by Group
Horizontal bars — pass % per group, identifies problem tiers
Response-Time Bands
Stacked bars — 0–500 ms / 500–1 000 ms / 1–3 s / 3 s+ per group
Avg Response by Group
Mean response time in ms per group — trend detection

Six Validation Groups

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.

Server Spin-Up
18 URLs · 30s timeout · prt2a–prt2f WebService AppPools
DCIS
5 URLs · 15s timeout · prt2a–prt2e /icis/
eCorp2
7 URLs · 15s timeout · prt2f–prt2l /ecorp2/
eCorp
7 URLs · 15s timeout · prt2f–prt2l /ecorp/
eCorp2 Admin
2 URLs · 15s timeout · prt2d–prt2e /ecorp2admin/
Negative Checks
7 URLs · 10s timeout · Must return 4xx (ICIS restricted on eCorp servers)

Standalone Validators

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.

meltuc.tech/apps/dsv/app
Standalone HTML
Self-contained browser validator. Includes 2×2 chart grid, Server Health Matrix, slow row highlighting (>1 000 ms amber / >3 000 ms red). Download and open on any machine.
Download HTML
PowerShell Script
Bypasses CORS/PNA. Severity P0–P3 per failure. Health Score A–F. Outputs HTML + JSON + CSV. Reaches internal state servers directly. Windows-only.
Download .PS1
PowerShell Severity & Health Score
P0 — ICIS Exposed P1 — AppPool Fail P2 — App Fail P3 — Very Slow Score A = 100% Score F < 50%

Run History & Export

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.

meltuc.tech/apps/dsv/app/history
#LabelStartedPassFailDurationExport
7Release 2026.05May 21 09:144601m 44sCSV
6Release 2026.04Apr 23 08:524421m 58sCSV
5Release 2026.03Mar 19 10:054601m 32sCSV
▲▲▲ Pass Rate Trend — last 10 runs ▲▲▲
// GET STARTED

Validate Every Release in Under Two Minutes.

46 URLs, 6 groups, 4 analytics charts, live progress, Health Score A–F, CSV & JSON export. Stop running validations by hand.

Launch DSV

Requires a MelTuc account. Create one free.