1 - Extract the files in the zip files to an IIS Web Directory or the Root IIS Directory.
2 - Open the file "web.config" using notepad, and change the value for the two SQL Connection Strings below to the value for your SQL Database:
<add name="DefaultConnection" connectionString="Data Source=localhost;Initial Catalog=digiozportal2;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="digiozPortalEntities" connectionString="Data Source=localhost;Initial Catalog=digiozportal2;Integrated Security=True;MultipleActiveResultSets=True" providerName="System.Data.SqlClient" />
3 - Access your website using the URL you have assigned to your website. The Database will automatically install and will be ready for you to use.
By default, the following username and password will be assigned to the Administrator Account:
Username: admin
Password: password
Make sure to change your password once the portal database is created and the site is initiated.
Questions? Please open a support ticket or bug report here:
https://sourceforge.net/p/digioznetportal/bugs/?source=navbar
Thanks,
The DigiOz Portal Development Team
DigiOz .NET Portal is a web based portal system written in ASP.NET / C# which uses MSSQL to allows webmasters to setup and customize an instant website for either business or personal use.