I am working on SharePoint 2013 on-premise
I have created a App for SharePoint 2013 Solution using Visual Studio 2012 with provider-hosted option.
Two projects have been added : A SharePoint app project and a Web Application Project
If I add an aspx page to the Web Application Project and I define it as my start page, I loose the SharePoint look and feel. It looks like SharePoint look and feel is not inherited by the pages of the web application.
Is there a way to apply the look and feel to my Web Application Project?