Before installing the software please check that you have configure your server to host the .net application
-
-
Enable the ASP.NET and Internet Information Services (IIS) roles on your application server.
-
To use the security that is built into Zed Office, you have to first install a web certificate and enable it on your IIS application server.
-
Install Zed Office
-
Double click on the installer file to commence the installing the application.
-
Follow the prompts in the installer to choose which folder you wish to install the application in.
-
Once the installer has finished you now need to configure the application
Configuring Zed Office.
-
Browse to the folder in which you have just installed the application.
-
Right click on the file called Web.Config and open in Microsoft WordPad or an equivalent editor.
-
Now set the following to connect to your database and Save the file.
<add name="ZedofficeDBConnectionString1"
connectionString="Data Source=<<serverlocationhere>>
;Initial Catalog=zedoffice;Persist Security Info=True;
User ID=<<usernamehere>>;Password=<<passwordhere>>"
providerName="System.Data.SqlClient" />
And set the following details
<add key="LoginURL" value="URL.."/>
<add key="DemoURL" value="URL.."/>
<add key="SupportURL" value="URL.."/>
<add key="FromEmail" value="Emailaddress"/>
<add key="ccEmail" value="EmailAddress"/>
Create you administrator account login using an internet browser navigate to the Signup.aspx page to create your administrator account, and follow the instructions to upload your QuickBooks data to the server.