Runtime error when connected to OWA 2007

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.
.



Relevant Pages

  • Re: ready to scream
    ... EndUserEntry.aspx that has a Custom List Form on it with just the fields ... following error when ANONYMOUS users use my EndUserEntry.aspx page. ... An unhandled exception has occurred. ... Thread account name: NT AUTHORITY\NETWORK SERVICE ...
    (microsoft.public.sharepoint.portalserver)
  • ready to scream
    ... it's for an IT Service Request list form. ... EndUserEntry.aspx that has a Custom List Form on it with just the fields the ... An unhandled exception has occurred. ... Thread account name: NT AUTHORITY\NETWORK SERVICE ...
    (microsoft.public.sharepoint.portalserver)
  • Cannot Access Sharepoint Central Administrator
    ... An application error occurred on the server. ... "web.config" configuration file located in the root directory of the current ... The current error page you are seeing can be replaced by a custom ... Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: Runtime error when connected to OWA 2007
    ... The current error page you are seeing can be replaced by a custom ... here is the error from the event log: ... An unhandled exception has occurred. ... Thread account name: NT AUTHORITY\SYSTEM ...
    (microsoft.public.exchange.admin)
  • RE: Error handling not working
    ... Exception ex= Server.GetLastError.GetBaseException ... I found that you can't access session variables from Application_Error ... configuration file located in the root directory of the current web ... The current error page you are seeing can be replaced by a custom ...
    (microsoft.public.dotnet.framework.aspnet)