We can use the web.config file to specify the themes
<cofiguration>
<system.web>
<pages theme="windows"/>
</system.web>
</configuration>
We can use the web.config file to specify the themes
<cofiguration>
<system.web>
<pages theme="windows"/>
</system.web>
</configuration>