Microsoft
Software
Hardware
Network
Question : Exchange 2010 OWA Problem accessing Options
Hi All,
We have a newly installed server (Windows 2008 R2) with Exchange 2010 running on it.
I can logon to the webmail without any trouble, I've setup the SSL cert and all is good. The problem is when i try add email rules or access the webmail options. I get the following error popping up:
__
Access Denied
You must be signed in to an Outlook Live account to open this page. If you don't have an Outlook Live account, please contact your helpdesk.
__
Does anyone have any idea why I'm getting this?
I've tried googling it but can't seem to find much.
Looking forward to your assistance.
Regards,
Dane
(Screen shot attached)
Attachments:
Exchange-2010.jpg
(48 KB)
(File Type Details)
Error screen shot
Answer : Exchange 2010 OWA Problem accessing Options
you could try creating a text-node and appending it as a child.. i dont think innerText is part of the dom.
...
var myText = document.createTextNode("T
rash");
span.appendChild(myText);
Random Solutions
PHP calling URL (which domain got me here?) PATH_INFO?
T-SQL: Count number of tables in the DB (SQL server 2008)
Can't Remote Desktop to Forefront TMG Server
How do I use SFTP through a proxy server
How would I edit the code for additional levels from: How can I prep text files for import into Excel that are in subheading formats?
Delete query (sql)
SSH console: go to specified folder after login
"File Helper" reporting - Your system may have upopenable files - Why?
sharing permission in Windows2003
Having a webservice use a Session variable that is set in the project before the webservice is called.