Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

The Profile is defined in the web configuration file

<configuration>   <system.web>     <profile>       <properties>         <add           name="MasterPageFile"           defaultValue="Dynamic1.master" />       </properties>     </profile>   </system.web> </configuration>