Runtime error when connected to OWA 2007
- From: build18er <build18er@xxxxxxxxxxxxx>
- Date: Wed, 16 Apr 2008 08:13:01 -0700
Every time i connect to OWA, i get a runtime error. I have tried
uinstalling/reinstalling the CAS from both the gui and from the command line.
I will post the error from the brower and from the event logs for you:
browser:
Server Error in '/owa' 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 remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable
on remote machines, 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 "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</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="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
event log:
here is the error from the event log:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 4/14/2008
Time: 10:30:11 PM
User: N/A
Computer: DOMA-0183
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 4/14/2008 10:30:11 PM
Event time (UTC): 4/15/2008 3:30:11 AM
Event ID: 143cff569f7b49739a7bd81597e0b210
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/owa-19-128527038111267712
Trust level:
Application Virtual Path: /owa
Application Path: C:\Program Files\Microsoft\Exchange
Server\ClientAccess\owa\
Machine name: DOMA-0183
Process information:
Process ID: 5196
Process name: w3wp.exe
Account name: NT AUTHORITY\SYSTEM
Exception information:
Exception type: HttpException
Exception message: Unable to read the security policy file for trust
level 'WSS_Minimal'.
Request information:
Request URL:
https://bilskygroup.com:443/owa/auth/logon.aspx?url=https://bilskygroup.com/owa&reason=0
Request path: /owa/auth/logon.aspx
User host address: 76.120.57.75
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace: at System.Web.HttpRuntime.SetTrustLevel(TrustSection
trustSection, SecurityPolicySection securityPolicySection)
at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)
Custom event details:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
thanks for the help.
.
- Follow-Ups:
- Re: Runtime error when connected to OWA 2007
- From: Lee Derbyshire [MVP]
- Re: Runtime error when connected to OWA 2007
- Prev by Date: powershell buffer(?)
- Next by Date: Re: DR for Cluster of Exchange
- Previous by thread: powershell buffer(?)
- Next by thread: Re: Runtime error when connected to OWA 2007
- Index(es):
Relevant Pages
|