Using appSettings external file with "Publish Web Site" option - add exclude extension.

In ASP.NET 1.1 i've used appSettings   file="DevSettings.config" to specify an external file that contained custom application configuration settings. DevSettings.config wasn't included in the project and was not copied to the production sites.

In VS 2005 all files are included in the project and "Publish Web Site" command copies to production all files , including those that I don't want to copy.

But there is a simple solution - change the name of the file DevSettings.config to DevSettings.config.exclude. 

And the file will not be copied to the target site -exactly what I need. 

Using exported Portal Template in DotNetNuke

Scott McCulloch  has a nice article "Exporting And Importing DotNetNuke Portals”.

I want to add that exported portal can be used to replace existing portal using Wizard.

It also can be used as a default portal by changing Install\DotNetNuke.install.config file by specifying

 <portals> <portal><templatefile>NewPortal.template</templatefile>

It is assumed that NewPortal.template and NewPortal.template.resources files are located in \Portals\_default folder.

 

«February»
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
2627281234
567891011