HOME     NEWS     TESTIMONIALS     CONTACT
leederbyshire.com OWA FOR PDA     OWA FOR WAP     BUY ONLINE     DOWNLOADS

FAQ

RSS

MSExchange.org Reader's choice OWA Addons 1st runner-up

Microsoft MVP

OISV

ShareIt!

OWA 5.5 Logon Page Modification

Back to Articles page

Many OWA Admins like to modify the appearance of the logon page.
This can be achieved by modification of the file LOGON.ASP .
This file is usually located in folder C:\EXCHSRVR\WEBDATA\USA .

Like most OWA source files, LOGON.ASP contains a lot of unneccessary text.
You can usually get away with the basic contents below,
where you go from there (graphically etc.) is up to you.

Before you modify this file, MAKE A BACKUP of your original!

These are the minimum contents of LOGON.ASP:

<html>

<form action="Logonfrm.asp">
Mailbox name:<br>
<input type="Text" name="mailbox"><br>
<input type="Submit">
</form>

</html>

Copyright © 2003 - 2010 Lee Derbyshire. All rights reserved.