261 Broad Street
Windsor, CT 06095
(860) 285-0172
support@invisiblegold.com

Your Website Should Be Easy to Edit


Create a New Invisible Gold powered site by hand.

Create a New Invisible Gold powered site by hand.
Even if you prefer to use the Wizard, it makes sense to understand what steps are being done to configure a new Invisible Gold site.

Note: Even before you can create the site, you need a Windows 2000 or 2003 Server that can run ASP and a version of Invisible Gold installed on it.




Step 1: Copy the empty site files
The first step is to create a directory to create the new site in. Next, copy the empty site files from the Invisible Gold directory: c:\Program Files\Invisible Gold\Ver2.8\Empty Site.

Note: Be careful to always COPY these files. Even if they have been created somewhere else. This is to ensure that the security settings "inherit" from their new parent. It's a common mistake to move them from the desktop, and then find that your users cannot make changes to their site.

Note: It's a good idea to put your websites in a directory other than c:\inetpub\wwwroot. Some viruses and scripts depend on default installation directories to work. While it won't prevent problems, it's simple and easy and might help.

Step 2: Set Directory Security
Once you have the directory created, you need to give the web user the ability to MODIFY the Data directory. (This is a directory just under homepage of the new site.)

Highlight the directory \Data, and use the right mouse button to select properties. Change to the security tab, and then click ADD. The web process user is usually IUSR_Machinename (where machinename is your machine). However, it's easiest to click ADVANCED, and then FIND NOW. The IUSR account should be listed below.

Highlight the IUSR account, and click OK, and OK again. You should now see a window similar to the picture on the right. Highlight the IUSR account and set MODIFY to Allow (check the box). The account should now have the ability to make changes to files in the \DATA directory.

Step 3: Create the IIS Website
The next step is to create a website in IIS. You do this by launching the program: START | Programs | Adminsitrative Tools | Internet Information Services (IIS) Manager.

There are several steps to create a new site or virtual directory. It's beyond the scope of this document to explain them. However, just keep in mind that it is really no different than setting up any other type of website on a Windows Server.

You need to use the following settings:

1) Make sure the home directory points to the directory we just created. (The one ABOVE the Data directory. The one that contains the file settings.asp and default.asp)

2) Make sure you create a 404 Handler that points to the URL /default.asp (or if you are creating a Virtual Directory, /vdir/default.asp, where vdir is the vdirectory path)

3) Make sure the site has execute script rights. It doesn't need to run executables (which would comprimise security). However, it does need the ability to run scripts.

4) You may want to verify that the security tab uses the IUSR_machinename account that you specified up above. Careful system administrators create a separate user account for each site to minimize cross site vulnerabilities.

5) You can also setup an SSL at this point. Again, this is beyond the scope of this document. An SSL will allow the site to run in secure mode.

6) You should also configure the host headers at this point. It's a good idea to use host header sharing. This means that you point the DNS for an individual site to an IP address on this server. Then, you put the domain names into the host headers list. This is how IIS knows to load this website when a user accesses it with the domain name.

For websites, it's also a good idea to setup a temporary "development" site in the list. For example: newsite.invisiblegold.com along with newsite.com and www.newsite.com. (This is assuming that invisiblegold.com is pointing to an IP on this machine.)

Step 4: Edit the Settings.asp file
The last step is to edit the settings.asp file. It should be located in the root directory of the new site.

There are four important values. The domain should be the domain for the site. If you are using a temporary development site, it can be something like newsite.invisiblegold.com. (note: it doesn't include the http://)

Second, you want to paste in a license key. Visit www.invisiblegold.com/licenses for more information. You can use a temporary demo license to get the site working. Just be careful to replace it before the site goes live.

If the site is in a virtual directory, make sure to put it here.

Finally, if the site has an SSL installed, you can set HTTPS mode to true. Keep in mind, it's usually a good idea to test the site out first. Make sure it works, and then change the http:// to https://. If it works, then you can turn secure mode on.

When you are done, it should look like the image to the right. If images aren't coming up or links aren't working, then double check the 404 handler and the settings.asp file.

Step 5: Log in
The new empty site should be ready. Try scrolling to the bottom and clicking LOGIN. It is a small link to the right of the "Powered By Invisible Gold" text.

The default login is: Admin with no password. You should be logged in. (A row of buttons should show up to the left and top.)

Note: If there is a problem at this point, try running the test page. You can acces this by going to www.websitename.com/test.asp. (where websitename is your new website.) Keep in mind, this will only detect problems in the Invisible Gold installation.


See Also:
Online Documentation Home, Invisible Gold Quick Tour, Template Library, Users and Groups, Shopping Cart, Mailing Lists, Uploading Images, Traffic, Approvals, Banner Ads, Login/Logout, Email Newsletters, Advanced Button, Moving Pages, System View, Security, System Settings, Hosting Invisible Gold Powered Websites, Generate a PayPal Client ID, Terms, Useful HTML Guide, Private Client Areas

Keywords:
Hosting, Authoring