Code Inspection: ASP.NET dead code Last modified: 21 July 2022tipYou can suppress this inspection to ignore specific issues, change its severity level to make the issues less or more noticeable, or disable it altogether.This inspection detects dead ASP.NET code such as empty tags. For example, if a tag that should have a value, such as <script>, is empty, ReSharper suggests removing it:Suboptimal code<script runat="server"></script>After the quick-fix// removed