Ask a Question related to ASP.NET General, Design and Development.
-
SamIAm #1
Advice on implementing Exception Management Block
Hi There
I am busy evaluating using the Exception Management Block in my web app.
I have divided my solution into 3 projects.
1) WebApp
2) Business Tier Library
3) Data Tier Library
Where would I call ExceptionManager.Publish from? My WebApp only or all
tiers?
Hope thats clear.
S
SamIAm Guest
-
Advice please on UDF management
Hi, I want to change the way I manage my UDFs so that each UDF is stored in it's own file rather than as libraries... Currently I have a UDFs... -
is it possible to block access to system.management.interface in shared hosting?
I want to be able to block ASP.net calls to WMI in a win2003 shared hosting environment and can't seem to find instructions on how to do this. Any... -
Problem with Exception Mgt. App Block on W2k Server
I'm about at wit's end getting the exception block to operate at all on our Win 2000 server. All is well on my local workstation, but the block... -
Implementing Security - Advice Please
I am in the process of writing a fairly large ASP.NET web application and I am about to implement log-ons, permissions etc. I have never used any... -
Bad magic number in super-block (urgent advice needed)
In article <vfo9vffip8oc87@corp.supernews.com>, pablo wrote: this is just general comment, from past experience. fsck s/b able to find an... -
vineet.batta #2
Advice on implementing Exception Management Block
There are number of approaches depending upon hwo u want
to mange ur exceptions.
First Approach
Keep throwing the exception and cath it the Web
applciation layer and call ExceptionManager.Publish.
Here stack trace will be long from the line where the
exception is thrown to the point wehre the exception is
finally published.
Second approach
Have a custom Exception object and throw it from nesetd
methods and passing information like method/Object/ to
the custom Exception object.
Cath is in Web applcication layer and call the Publish.
Though the above 2 are generalized approcahes to
Exception handling ... but u might need to Customize it
according to what u need to display on Web trier.
-Vineet Batta
MCAD
Block in my web app.>-----Original Message-----
>Hi There
>
>I am busy evaluating using the Exception ManagementWebApp only or all>I have divided my solution into 3 projects.
>1) WebApp
>2) Business Tier Library
>3) Data Tier Library
>
>Where would I call ExceptionManager.Publish from? My>tiers?
>
>Hope thats clear.
>
>S
>
>
>.
>vineet.batta Guest



Reply With Quote

