Yes, it is possible to apply themes to an ASP.NET application. Developers can specify them in the web.config file with following syntax:

<configuration>

<system.web>

<pages theme="Windows7">

</system.web>

</configuration>

BY Best Interview Question ON 29 Mar 2020