Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 472 Bytes

File metadata and controls

15 lines (12 loc) · 472 Bytes

Visual Studio Validation Control Error Fix

(works with Visual Studio 2017)

💥Steps

  • Open .config file (Web.config)

  • Paste the code below before </configuration> tag

    <appSettings>
        <add key="ValidationSettings:UnobtrusiveValidationMode" value="None"></add>
    </appSettings>

May look like this 🙇 capture