You can easily customize your Personal .NET Portal
- Most of the customizing functionality is accessible through the browser, by login in to the portal as user "admin" with the password "admin".
- Some basic settings are located in the web.config file. I.e. the User Interface language.
To set the User Interface Language, change the value of the "globalization" tag in this file.
- Settings of the portal can be changed in the file "Data\PortalData\settings.config". I.e. the title of the website, meta tags...
- Most of the layout can be modified in the file Data\Resources\Portal.css. Information to CSS can be found here: http://de.selfhtml.org/css.
- The Portal header is customizable by editing the "Data\PortalData\PortalHeader.htm" file. The text "{PlaceHolderLogout}" defines the position of the logout button and the welcome text.
- The Portal footer is customizable by editing the "Data\PortalData\PortalFooter.htm" file.
See the ReadMe.txt file for additional information.