K
K Viltersten
I see in my web.config that i have the following
passage.
<eventMappings>
<add
name="All Errors"
type="System.Web.Management.WebBaseErrorEvent"
startEventCode="0"
endEventCode="2147483647"/>
...
It has been suggested to me that i might want to
rewrite it to the following form.
<add
name="All Errors"
type="System.Web.Management.WebBaseErrorEvent,
System.Web,
Version=2.0.0.0,
Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"
startEventCode="0"
endEventCode="2147483647"/>
While i have no problems adapting to the other
way, i'm reluctant to the idea of putting in
things not neccessary. How crucial is the extra
information that i've been omiting this far?
passage.
<eventMappings>
<add
name="All Errors"
type="System.Web.Management.WebBaseErrorEvent"
startEventCode="0"
endEventCode="2147483647"/>
...
It has been suggested to me that i might want to
rewrite it to the following form.
<add
name="All Errors"
type="System.Web.Management.WebBaseErrorEvent,
System.Web,
Version=2.0.0.0,
Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"
startEventCode="0"
endEventCode="2147483647"/>
While i have no problems adapting to the other
way, i'm reluctant to the idea of putting in
things not neccessary. How crucial is the extra
information that i've been omiting this far?