W
Server Error in '/' 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>
> --
> You are subscribed to the OExchange list, archived at http://groups.google.com/group/oexchange.
> To post to the list, send email to oexc...@googlegroups.com
> To unsubscribe from the list, send email to
> oexchange+...@googlegroups.com
>
Its probabably UA, headers, something like that. Looking at your
access logs or hitting your server locally on a dev box or something
would prob be the fastest way to figure it out.
> I will do some reconfiguration on my end to get "meaningful" error messages
> to show for those two pages. Afterward, would you be willing to request the
> host-meta and xrd again and send me the error message you receive?
Yeah def.
W
Fetching host-meta from
http://machatterbox.marketamerica.com/.well-known/host-meta
Fetched XRD:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not
set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
MVC.Web.Global.Application_BeginRequest(Object sender, EventArgs e) +816
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+79
System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +170
Version Information: Microsoft .NET Framework Version:2.0.50727.4952;
ASP.NET Version:2.0.50727.4955
Found 0 links in host-meta
No target XRD URLs were found. Are you sure there is a resource at
http://machatterbox.marketamerica.com/.well-known/host-meta with at
least one resident-target relation?
If you need help generating one, try this tool.
W
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not
set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
MVC.Web.Global.Application_BeginRequest(Object sender, EventArgs e) +816
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+79
System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +170