Exchange Server Forums
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
OWA Login screen Change
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
Limited time MSExchange.org offer! -- 1.Sep.2008 1:00:00 PM
|
|
TechGenix and SolarWinds have partnered to provide free copies of SolarWinds Exchange Monitor to all visitors who join the MSExchange.org Forums. SolarWinds Exchange Monitor is a handy desktop dashboard that continuously monitors Microsoft Exchange to deliver real-time insight into Exchange services, mail queue sizes, and host server health. Learn more about Exchange Monitor and the free offer!
|
OWA Login screen Change - 23.Nov.2006 3:23:42 AM
|
|
|
vandenberg
Posts: 15
Joined: 13.Nov.2006
Status: offline
|
Hi all, I followed a great article here on this site how to change the default owa logon screen in exchange2000.(http://www.msexchange.org/tutorials/A_Logon_Screen_For_MS_Exchange_2000_Outlook_Web_Access.html) I did everything what the article explained and it worked. Well it works at localhost. But the article doenst descibe how to get it working with iis so it exactly works when someone extern logs in. Can anyone tell me how to get the asp working with exchange and iis so users get the new welcome screen i made in the asp file.? Thx in advance! Kind Regards Mr Vandenberg
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 8:26:48 AM
|
|
|
leederbyshire
Posts: 968
Joined: 4.Jan.2006
Status: offline
|
It shouldn't make any difference where it's accessed from. What happens when you try to access it externally?
_____________________________
Lee. ___________________________________ Outlook Web Access for PDA and WAP: www.leederbyshire.com ___________________________________
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 9:31:11 AM
|
|
|
vandenberg
Posts: 15
Joined: 13.Nov.2006
Status: offline
|
Well from outside they still get the old login screen. But i dont know how to get that asp in iis or that exchange has that as a default page. What must i do so exchange and iis host that new asp file so i can test it from outside the office ? thx in advance
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 9:39:23 AM
|
|
|
leederbyshire
Posts: 968
Joined: 4.Jan.2006
Status: offline
|
They still get the browser's grey logon box? That is normal. I expect that you are not seeing it internally because you are already logged onto the network, and your browser is using the already supplied logon credentials. From the outside, if your users are not already logged into their computers using domain credentials, then they will need to login, and the they should see the mailbox name page decribed in the article. This is a very old article, and the purpose was to duplicate the Exchange 5.5 OWA mailbox name page for those people who just liked to see it. It's not meant to replace the IIS logon mechanism with Forms-Based Auth, like Exchange 2003 is able to.
_____________________________
Lee. ___________________________________ Outlook Web Access for PDA and WAP: www.leederbyshire.com ___________________________________
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 10:06:21 AM
|
|
|
vandenberg
Posts: 15
Joined: 13.Nov.2006
Status: offline
|
Well i dont see that login screen when i go 2 the link but only when i open the asp with my browser. So i must deploy that asp at iis so when someone intern of extern types www.thisisatest.com/exchange they get that screen. And when they type this extern of intern they get the normal login screen from owa2000 but i whant them 2 get the new asp file so when they connect 2 www.thisisatest.com/exchange so they get that asp file i made with that tutorial
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 10:10:37 AM
|
|
|
leederbyshire
Posts: 968
Joined: 4.Jan.2006
Status: offline
|
It can't be done by going to /Exchange alone. You need to go to the full URL of the .asp page.
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 10:24:30 AM
|
|
|
leederbyshire
Posts: 968
Joined: 4.Jan.2006
Status: offline
|
You need to go to something like http://thisisatest.com/test.asp . Exhange 2000 installs an ISAPI filter that makes IIS treat the whole Exchange Virtual Directory in a very special way. One of the side-effects is that you can't put anything else underneath it in IIS, otherwise it will try to treat it as a mailbox.
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 10:32:07 AM
|
|
|
vandenberg
Posts: 15
Joined: 13.Nov.2006
Status: offline
|
but how does my webserver know that test.asp is being hosted ? and that users can go to http://thisisatest.com/test.asp ?
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 10:36:19 AM
|
|
|
leederbyshire
Posts: 968
Joined: 4.Jan.2006
Status: offline
|
If you put it in C:\Inetpub\wwwroot , and your Default Web Site has not been deliberately directed elsewhere, then you don't need to do anything else in IIS. If you open IIS Manager, and locate the Default Web Site in the tree view on the left, and click on it, you should see the test.asp file listed on the right. If you can see it there, then it is ready to go.
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 10:54:53 AM
|
|
|
vandenberg
Posts: 15
Joined: 13.Nov.2006
Status: offline
|
OK i get it :) i tried from extern and now get the message forbidden must i do something in isaserver to ?
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 11:05:56 AM
|
|
|
leederbyshire
Posts: 968
Joined: 4.Jan.2006
Status: offline
|
Can you already reach your default web site externally at http://yourserver ? Does it say '403 - Forbidden' ? This usually just means that you have required SSL in IIS, but are not typing https:// in your URL.
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 11:09:45 AM
|
|
|
vandenberg
Posts: 15
Joined: 13.Nov.2006
Status: offline
|
Yeah with exchange behind it it works still the same. I put also /exchange/* at isa but dunno if that works i also put ssl on the asp so they need https so thats not it
|
|
|
|
RE: OWA Login screen Change - 23.Nov.2006 11:13:43 AM
|
|
|
leederbyshire
Posts: 968
Joined: 4.Jan.2006
Status: offline
|
It sounds like you haven't published your Default Web Site in ISA - only the path to Exchange. If so, then you won't be able to see anything else outside that Virtual Directory.
|
|
|
|
RE: OWA Login screen Change - 24.Nov.2006 2:40:19 AM
|
|
|
vandenberg
Posts: 15
Joined: 13.Nov.2006
Status: offline
|
Yeah i was thinking the same thing. hmmm dunno of publishing the default website is an option here hehe i mean security etc i try it at home! thx for all yar help!!
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|