Here's the setup
SBS 2003 sp1
Exchange 2003 sp2 with MobileAdmin plug in
Numerous Windows Mobile 5.0 machines all working flawlessly
Here's the problem
On the server, when I go to Localhost/MobileAdmin, I'm prompted to log in, which I do as domain admin without problem. I then select remote wipe, and type in a mailbox name to bring up a device to wipe, I receive the below error:
Server Error in '/MobileAdmin' Application.
--------------------------------------------------------------------------------
The remote server returned an error: (403) Forbidden.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (403) Forbidden.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[WebException: The remote server returned an error: (403) Forbidden.]
System.Net.HttpWebRequest.CheckFinalStatus() +680
System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult) +74
System.Net.HttpWebRequest.GetRequestStream() +233
Microsoft.Exchange.AirSync.Admin.Mailbox.propFindRequest(String deviceUri) +240
Microsoft.Exchange.AirSync.Admin.Mailbox.getDevices() +194
Microsoft.Exchange.AirSync.Admin.Devices.refreshDevicesTable() +135
Microsoft.Exchange.AirSync.Admin.Devices.Page_Load(Object sender, EventArgs e) +190
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
I know it is querying the mailboxes correctly, because if I type in a non-existant mailbox, I receive a message informing me that the mailbox does not exist.
After getting this message the first time, I loaded ASP.NET 2.0, but that did not help.
The same problem occurs if I browse the MobileAdmin VD in IIS.
Where did I go wrong?
SBS 2003 sp1
Exchange 2003 sp2 with MobileAdmin plug in
Numerous Windows Mobile 5.0 machines all working flawlessly
Here's the problem
On the server, when I go to Localhost/MobileAdmin, I'm prompted to log in, which I do as domain admin without problem. I then select remote wipe, and type in a mailbox name to bring up a device to wipe, I receive the below error:
Server Error in '/MobileAdmin' Application.
--------------------------------------------------------------------------------
The remote server returned an error: (403) Forbidden.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (403) Forbidden.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[WebException: The remote server returned an error: (403) Forbidden.]
System.Net.HttpWebRequest.CheckFinalStatus() +680
System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult) +74
System.Net.HttpWebRequest.GetRequestStream() +233
Microsoft.Exchange.AirSync.Admin.Mailbox.propFindRequest(String deviceUri) +240
Microsoft.Exchange.AirSync.Admin.Mailbox.getDevices() +194
Microsoft.Exchange.AirSync.Admin.Devices.refreshDevicesTable() +135
Microsoft.Exchange.AirSync.Admin.Devices.Page_Load(Object sender, EventArgs e) +190
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
I know it is querying the mailboxes correctly, because if I type in a non-existant mailbox, I receive a message informing me that the mailbox does not exist.
After getting this message the first time, I loaded ASP.NET 2.0, but that did not help.
The same problem occurs if I browse the MobileAdmin VD in IIS.
Where did I go wrong?