Getting Started
Changing Images Used for Logging In and Out
You can change the images used for the login and logout buttons. To do so, follow these steps.
- Move the new images to the following folder: webroot\your site's root directory\Workarea\images\application.
- Open the web.config file in your Web site's root directory.
- Change the images referenced in this section of the file:
<add key="ek_Image_1" value="btn_close.gif" />
<add key="ek_Image_2" value="btn_login.gif" />
<add key="ek_Image_3" value="btn_login_big.gif" />
NoteYou must update the images and web.config each time your system is updated.