Checks

Information disclosure via X-AspNet-Version

The response includes X-AspNet-Version, which names part of the stack.

Why it matters

X-AspNet-Version publishes the ASP.NET version, which maps directly to known patches.

What to do

Remove the header or replace the value with a generic token in production.

Reference

Server and framework disclosure headers reveal implementation details useful to attackers.

OWASP WSTG — Fingerprint Web Server