Home All Groups Group Topic Archive Search About
Author
29 Jun 2009 8:15 PM
janet
I have been requested to update our OWA login page - yes I have done this in
the past but now they want more changes.  How can I
1. set up a additional login page just for testing what it will look like and
2. how to automatically set the security setting to private computer so that
I can eliminate it from the login page?

thanks,


Janet

Author
30 Jun 2009 10:29 AM
Lee Derbyshire [MVP]
Show quote Hide quote
"janet" <ja***@discussions.microsoft.com> wrote in message
news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
>I have been requested to update our OWA login page - yes I have done this
>in
> the past but now they want more changes.  How can I
> 1. set up a additional login page just for testing what it will look like
> and
> 2. how to automatically set the security setting to private computer so
> that
> I can eliminate it from the login page?
>
> thanks,
>
> Janet

Which version of Exchange?

Lee.

--
_______________________________________

Outlook Web Access for PDA, OWA For WAP:
www.leederbyshire.com
________________________________________
Are all your drivers up to date? click for free checkup

Author
2 Jul 2009 8:32 PM
janet
Exchange 2007

Show quoteHide quote
"Lee Derbyshire [MVP]" wrote:

> "janet" <ja***@discussions.microsoft.com> wrote in message
> news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
> >I have been requested to update our OWA login page - yes I have done this
> >in
> > the past but now they want more changes.  How can I
> > 1. set up a additional login page just for testing what it will look like
> > and
> > 2. how to automatically set the security setting to private computer so
> > that
> > I can eliminate it from the login page?
> >
> > thanks,
> >
> > Janet
>
> Which version of Exchange?
>
> Lee.
>
> --
> _______________________________________
>
> Outlook Web Access for PDA, OWA For WAP:
> www.leederbyshire.com
> ________________________________________
>
>
>
Author
3 Jul 2009 12:33 PM
Lee Derbyshire [MVP]
Do you know where the existing logon page is?  It's probably at

C:\Program Files\Microsoft\Exchange Server\ClientAccess\Owa\auth\logon.aspx

Copy the logon.aspx file to something like logon2.aspx, and then access it
in IE by going to

https://servername/owa/auth/logon2.aspx

That will allow you to work on one (logon2.aspx), while the original
logon.aspx will still be invoked for your OWA users.  When you are happy
with your changes to logon2.aspx, swap the names.

Lee.

Show quoteHide quote
"janet" <ja***@discussions.microsoft.com> wrote in message
news:59DFBFD0-36A3-4F7B-9D52-067509152055@microsoft.com...
> Exchange 2007
>
> "Lee Derbyshire [MVP]" wrote:
>
>> "janet" <ja***@discussions.microsoft.com> wrote in message
>> news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
>> >I have been requested to update our OWA login page - yes I have done
>> >this
>> >in
>> > the past but now they want more changes.  How can I
>> > 1. set up a additional login page just for testing what it will look
>> > like
>> > and
>> > 2. how to automatically set the security setting to private computer so
>> > that
>> > I can eliminate it from the login page?
>> >
>> > thanks,
>> >
>> > Janet
>>
>> Which version of Exchange?
>>
>> Lee.
>>
>> --
>> _______________________________________
>>
>> Outlook Web Access for PDA, OWA For WAP:
>> www.leederbyshire.com
>> ________________________________________
>>
>>
>>
Author
4 Jul 2009 5:49 AM
janet
just tried and received page can not be displayed, even got this using
login.aspx.

Any other suggestions

Show quoteHide quote
"Lee Derbyshire [MVP]" wrote:

> Do you know where the existing logon page is?  It's probably at
>
> C:\Program Files\Microsoft\Exchange Server\ClientAccess\Owa\auth\logon.aspx
>
> Copy the logon.aspx file to something like logon2.aspx, and then access it
> in IE by going to
>
> https://servername/owa/auth/logon2.aspx
>
> That will allow you to work on one (logon2.aspx), while the original
> logon.aspx will still be invoked for your OWA users.  When you are happy
> with your changes to logon2.aspx, swap the names.
>
> Lee.
>
> "janet" <ja***@discussions.microsoft.com> wrote in message
> news:59DFBFD0-36A3-4F7B-9D52-067509152055@microsoft.com...
> > Exchange 2007
> >
> > "Lee Derbyshire [MVP]" wrote:
> >
> >> "janet" <ja***@discussions.microsoft.com> wrote in message
> >> news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
> >> >I have been requested to update our OWA login page - yes I have done
> >> >this
> >> >in
> >> > the past but now they want more changes.  How can I
> >> > 1. set up a additional login page just for testing what it will look
> >> > like
> >> > and
> >> > 2. how to automatically set the security setting to private computer so
> >> > that
> >> > I can eliminate it from the login page?
> >> >
> >> > thanks,
> >> >
> >> > Janet
> >>
> >> Which version of Exchange?
> >>
> >> Lee.
> >>
> >> --
> >> _______________________________________
> >>
> >> Outlook Web Access for PDA, OWA For WAP:
> >> www.leederbyshire.com
> >> ________________________________________
> >>
> >>
> >>
>
>
>
Author
4 Jul 2009 9:25 AM
Lee Derbyshire [MVP]
I don't know if it's just a typo in your post, but it should be logon.aspx,
not login.aspx .  logon.aspx will definitely work (and does here), since
that's the normal FBA page.

Show quoteHide quote
"janet" <ja***@discussions.microsoft.com> wrote in message
news:DC24E558-E37B-4411-B8D2-7F9D9CDAC3BE@microsoft.com...
> just tried and received page can not be displayed, even got this using
> login.aspx.
>
> Any other suggestions
>
> "Lee Derbyshire [MVP]" wrote:
>
>> Do you know where the existing logon page is?  It's probably at
>>
>> C:\Program Files\Microsoft\Exchange
>> Server\ClientAccess\Owa\auth\logon.aspx
>>
>> Copy the logon.aspx file to something like logon2.aspx, and then access
>> it
>> in IE by going to
>>
>> https://servername/owa/auth/logon2.aspx
>>
>> That will allow you to work on one (logon2.aspx), while the original
>> logon.aspx will still be invoked for your OWA users.  When you are happy
>> with your changes to logon2.aspx, swap the names.
>>
>> Lee.
>>
>> "janet" <ja***@discussions.microsoft.com> wrote in message
>> news:59DFBFD0-36A3-4F7B-9D52-067509152055@microsoft.com...
>> > Exchange 2007
>> >
>> > "Lee Derbyshire [MVP]" wrote:
>> >
>> >> "janet" <ja***@discussions.microsoft.com> wrote in message
>> >> news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
>> >> >I have been requested to update our OWA login page - yes I have done
>> >> >this
>> >> >in
>> >> > the past but now they want more changes.  How can I
>> >> > 1. set up a additional login page just for testing what it will look
>> >> > like
>> >> > and
>> >> > 2. how to automatically set the security setting to private computer
>> >> > so
>> >> > that
>> >> > I can eliminate it from the login page?
>> >> >
>> >> > thanks,
>> >> >
>> >> > Janet
>> >>
>> >> Which version of Exchange?
>> >>
>> >> Lee.
>> >>
>> >> --
>> >> _______________________________________
>> >>
>> >> Outlook Web Access for PDA, OWA For WAP:
>> >> www.leederbyshire.com
>> >> ________________________________________
>> >>
>> >>
>> >>
>>
>>
>>
Author
5 Jul 2009 5:40 PM
janet
sorry yes I meant logon.aspx and neither worked I typed
https://servername/owa/auth/logon2.aspx or logon.aspx

Again I received page cannot be displayed.  Should not matter that the
directory is not C: but G:

Just not sure why it is not working, any suggestion would help, running out
of time

Show quoteHide quote
"Lee Derbyshire [MVP]" wrote:

> I don't know if it's just a typo in your post, but it should be logon.aspx,
> not login.aspx .  logon.aspx will definitely work (and does here), since
> that's the normal FBA page.
>
> "janet" <ja***@discussions.microsoft.com> wrote in message
> news:DC24E558-E37B-4411-B8D2-7F9D9CDAC3BE@microsoft.com...
> > just tried and received page can not be displayed, even got this using
> > login.aspx.
> >
> > Any other suggestions
> >
> > "Lee Derbyshire [MVP]" wrote:
> >
> >> Do you know where the existing logon page is?  It's probably at
> >>
> >> C:\Program Files\Microsoft\Exchange
> >> Server\ClientAccess\Owa\auth\logon.aspx
> >>
> >> Copy the logon.aspx file to something like logon2.aspx, and then access
> >> it
> >> in IE by going to
> >>
> >> https://servername/owa/auth/logon2.aspx
> >>
> >> That will allow you to work on one (logon2.aspx), while the original
> >> logon.aspx will still be invoked for your OWA users.  When you are happy
> >> with your changes to logon2.aspx, swap the names.
> >>
> >> Lee.
> >>
> >> "janet" <ja***@discussions.microsoft.com> wrote in message
> >> news:59DFBFD0-36A3-4F7B-9D52-067509152055@microsoft.com...
> >> > Exchange 2007
> >> >
> >> > "Lee Derbyshire [MVP]" wrote:
> >> >
> >> >> "janet" <ja***@discussions.microsoft.com> wrote in message
> >> >> news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
> >> >> >I have been requested to update our OWA login page - yes I have done
> >> >> >this
> >> >> >in
> >> >> > the past but now they want more changes.  How can I
> >> >> > 1. set up a additional login page just for testing what it will look
> >> >> > like
> >> >> > and
> >> >> > 2. how to automatically set the security setting to private computer
> >> >> > so
> >> >> > that
> >> >> > I can eliminate it from the login page?
> >> >> >
> >> >> > thanks,
> >> >> >
> >> >> > Janet
> >> >>
> >> >> Which version of Exchange?
> >> >>
> >> >> Lee.
> >> >>
> >> >> --
> >> >> _______________________________________
> >> >>
> >> >> Outlook Web Access for PDA, OWA For WAP:
> >> >> www.leederbyshire.com
> >> >> ________________________________________
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>
Author
5 Jul 2009 6:04 PM
janet
Lee,
Got it to work, my proxy was in the way.

Show quoteHide quote
"Lee Derbyshire [MVP]" wrote:

> I don't know if it's just a typo in your post, but it should be logon.aspx,
> not login.aspx .  logon.aspx will definitely work (and does here), since
> that's the normal FBA page.
>
> "janet" <ja***@discussions.microsoft.com> wrote in message
> news:DC24E558-E37B-4411-B8D2-7F9D9CDAC3BE@microsoft.com...
> > just tried and received page can not be displayed, even got this using
> > login.aspx.
> >
> > Any other suggestions
> >
> > "Lee Derbyshire [MVP]" wrote:
> >
> >> Do you know where the existing logon page is?  It's probably at
> >>
> >> C:\Program Files\Microsoft\Exchange
> >> Server\ClientAccess\Owa\auth\logon.aspx
> >>
> >> Copy the logon.aspx file to something like logon2.aspx, and then access
> >> it
> >> in IE by going to
> >>
> >> https://servername/owa/auth/logon2.aspx
> >>
> >> That will allow you to work on one (logon2.aspx), while the original
> >> logon.aspx will still be invoked for your OWA users.  When you are happy
> >> with your changes to logon2.aspx, swap the names.
> >>
> >> Lee.
> >>
> >> "janet" <ja***@discussions.microsoft.com> wrote in message
> >> news:59DFBFD0-36A3-4F7B-9D52-067509152055@microsoft.com...
> >> > Exchange 2007
> >> >
> >> > "Lee Derbyshire [MVP]" wrote:
> >> >
> >> >> "janet" <ja***@discussions.microsoft.com> wrote in message
> >> >> news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
> >> >> >I have been requested to update our OWA login page - yes I have done
> >> >> >this
> >> >> >in
> >> >> > the past but now they want more changes.  How can I
> >> >> > 1. set up a additional login page just for testing what it will look
> >> >> > like
> >> >> > and
> >> >> > 2. how to automatically set the security setting to private computer
> >> >> > so
> >> >> > that
> >> >> > I can eliminate it from the login page?
> >> >> >
> >> >> > thanks,
> >> >> >
> >> >> > Janet
> >> >>
> >> >> Which version of Exchange?
> >> >>
> >> >> Lee.
> >> >>
> >> >> --
> >> >> _______________________________________
> >> >>
> >> >> Outlook Web Access for PDA, OWA For WAP:
> >> >> www.leederbyshire.com
> >> >> ________________________________________
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>
Author
6 Jul 2009 12:18 AM
Lee Derbyshire [MVP]
And you are able to make changes to your test page, and see them in your
browser?

Show quoteHide quote
"janet" <ja***@discussions.microsoft.com> wrote in message
news:23EA06D5-8F1B-4346-9BBC-C43851996D28@microsoft.com...
> Lee,
> Got it to work, my proxy was in the way.
>
> "Lee Derbyshire [MVP]" wrote:
>
>> I don't know if it's just a typo in your post, but it should be
>> logon.aspx,
>> not login.aspx .  logon.aspx will definitely work (and does here), since
>> that's the normal FBA page.
>>
>> "janet" <ja***@discussions.microsoft.com> wrote in message
>> news:DC24E558-E37B-4411-B8D2-7F9D9CDAC3BE@microsoft.com...
>> > just tried and received page can not be displayed, even got this using
>> > login.aspx.
>> >
>> > Any other suggestions
>> >
>> > "Lee Derbyshire [MVP]" wrote:
>> >
>> >> Do you know where the existing logon page is?  It's probably at
>> >>
>> >> C:\Program Files\Microsoft\Exchange
>> >> Server\ClientAccess\Owa\auth\logon.aspx
>> >>
>> >> Copy the logon.aspx file to something like logon2.aspx, and then
>> >> access
>> >> it
>> >> in IE by going to
>> >>
>> >> https://servername/owa/auth/logon2.aspx
>> >>
>> >> That will allow you to work on one (logon2.aspx), while the original
>> >> logon.aspx will still be invoked for your OWA users.  When you are
>> >> happy
>> >> with your changes to logon2.aspx, swap the names.
>> >>
>> >> Lee.
>> >>
>> >> "janet" <ja***@discussions.microsoft.com> wrote in message
>> >> news:59DFBFD0-36A3-4F7B-9D52-067509152055@microsoft.com...
>> >> > Exchange 2007
>> >> >
>> >> > "Lee Derbyshire [MVP]" wrote:
>> >> >
>> >> >> "janet" <ja***@discussions.microsoft.com> wrote in message
>> >> >> news:61A035D4-0657-4A83-9EB8-69F3C3F821B6@microsoft.com...
>> >> >> >I have been requested to update our OWA login page - yes I have
>> >> >> >done
>> >> >> >this
>> >> >> >in
>> >> >> > the past but now they want more changes.  How can I
>> >> >> > 1. set up a additional login page just for testing what it will
>> >> >> > look
>> >> >> > like
>> >> >> > and
>> >> >> > 2. how to automatically set the security setting to private
>> >> >> > computer
>> >> >> > so
>> >> >> > that
>> >> >> > I can eliminate it from the login page?
>> >> >> >
>> >> >> > thanks,
>> >> >> >
>> >> >> > Janet
>> >> >>
>> >> >> Which version of Exchange?
>> >> >>
>> >> >> Lee.
>> >> >>
>> >> >> --
>> >> >> _______________________________________
>> >> >>
>> >> >> Outlook Web Access for PDA, OWA For WAP:
>> >> >> www.leederbyshire.com
>> >> >> ________________________________________
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>

Bookmark and Share