I am very familiar with unobtrusive Javascript as a template, but I'm curious what this means. NET framework.
I am working on a project as a third-party developer that uses .NET on the back. While working with a developer (who also manages the server), he mentioned that UnobtrusiveJavaScript should be set to false for our project. That is, the web.config project should have the following:
<appSettings> ... <add key="UnobtrusiveJavaScriptEnabled" value="false" /> </appSettings>
My first reaction was that it was bad practice, but when I, although more on that later, realized that I really didn’t understand why .NET even had such a configuration at the project level to start, or even for our specific project .
source share