Мой проект разработан с Ajax.dll. Когда я включаю x-content-type-options-nosniff в IIS. Ajax Calls не работает и показывает MIME Type Mismatched.
Ajax.dll
Response.Clear(); Response.ContentType = "text/javascript"; Response.Flush();