My apologies for not including that site in the list of places I have looked. http://www.petri.co.il/con
Main Topics
Browse All TopicsOn my exchange server I can not access http://SERVERNAME/OMA. When I try to connect to this URL I get the error message:
"
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
"
I have been trying to trouble shoot this by researching the issue and the site http://www.pocketpcfaq.com
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
My apologies for not including that site in the list of places I have looked. http://www.petri.co.il/con
update:
i figured out that the error above was created by having more than one ASPNET applications running in the same AppPool so i created a new AppPool and now i get this error:
Server Error in '/OMA' Application.
--------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.
Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustomp
</system.web>
</configuration>
any ideas on that?
Business Accounts
Answer for Membership
by: ach_patilPosted on 2008-08-11 at 09:47:40ID: 22205993
Is your OMA installed correctly. Refer to the below link to check the same.
figure_oma .htm t_oma_in_e xchange_20 03.htm
http://www.petri.co.il/con
http://www.petri.co.il/tes
Also are there any error messages in the Event Log. Check for both Exchange and IIS messages.