Configure Index Page
Use this page to configure an Index page. The form helps you build an xml file which will be used populate an index.asp file. The index.asp file displays buttons that are linked to web addresses. The benefits of this page are that the access to the buttons can be controlled by the CygNet ACS, and if a user does not have access to the site, the website does not go through the process of attempting to download the support files.
To Set up the Index Page
- For each button or link you would like on the index page enter the form fields:
| Field | Description |
|---|---|
|
Name |
The name that appears on the button label. |
|
Web Address |
Specifies the Web address to link to a Web page. The easiest way to grab a link is to navigate to the page and copy the URL from the address bar of the browser. Some example links follow:
Note: In the last example, encoding is used on the URL. The string, “%5C” represents a backslash (“\”) character. So the parameter for strStartPage translates to: strStartPage=\\Webdemo.bss\testApp\test.csf where: Webdemo.bss = BLOB service testApp = BLOB folder test.csf = file name |
|
ACS |
Specifies the ACS that will manage security for the buttons. |
|
ACS App |
Specifies the ACS Application that will tested for authority of the logged in user to access the associated button. |
|
ACS Event |
Specifies the ACS Event that will tested for authority of the logged in user to access the associated button. |
|
ACS Level |
Specifies the ACS Level that will tested for authority of the logged in user to access the associated button. |
- To add another button click the Add Blank Row button.
- To complete the entries click the Save Configuration button.
- To test the settings, enter a domain\userId in the bottom half of the screen below: Sample Page for: then click the Submit Sample button. The blue area will show links where the buttons would appear and the links will be either active or inactive according to the access the user has for the ACS settings in the top of the form.
To Set the Index Page as your Default Starting Page
Configure in IIS following the steps below:
- From IIS Manager, open the Properties box and select the Documents page.
- If index.asp is not in the list of pages, click the Add button and add it.
- Use the Move * button to position index.asp at the top of the list.


