I have a ASP.NET web forms application. I am trying to see whether it is possible to support AMP (accelerated mobile pages). Since the tag is not allowed in AMP, I would assume it is impossible to support it. However, I can't seen to find a single article confirming this assumption.
Is it possible to generate AMP with ASP.Net web forms? If so, what is the approach?