Web >> Development >> ASP.Net >> How to enable SmartNavigation by default to all pages in a web application

add the following to the web.config in that application folder <configuration> <system.web> <pages smartNavigation="true"/> </system.web> </configuration>