I understand that it may not be possible to decouple the client-side from the server-side code in ASP.NET Webforms. What steps can be taken to produce a website on this framework that complies to web standards?
I am particularly concerned with making the site accessible with JavaScript disabled, and compliant to WCAG2 at conformance level AA.
Is it possible to achieve a separation between content (HTML), presentation (CSS), and behaviour (JavaScript)?