J
JJA
I'm trying to implement global unhandled exception handling with an
HTTPModule as described at
http://www.codeproject.com/aspnet/ASPNETExceptionHandling.asp.
I've downloaded and looked at the demo solution which creates a .dll in
its \bin folder and now I am wanting to follow the instruction that
says:
"...means you can retrofit unhandled exception handling to any ASP.NET
website with ease -- just copy the ASPUnhandledException.dll file to
the \bin folder".
BUT - my website does not have a \bin folder (even when I click "show
all files").
When I try to create one manually via clicking "add ASP.NET folder", it
creates one but then I try to copy in the ASPUnhandledException.dll
from the \bin in the demo solution to the bin folder in the website and
I get this error message:
"The source files for this operation cannot be found in this solution".
My web site is in progress but I have run it many times. Why would I
not have a \bin folder? How can I create one that I can then add this
..dll to it.
HTTPModule as described at
http://www.codeproject.com/aspnet/ASPNETExceptionHandling.asp.
I've downloaded and looked at the demo solution which creates a .dll in
its \bin folder and now I am wanting to follow the instruction that
says:
"...means you can retrofit unhandled exception handling to any ASP.NET
website with ease -- just copy the ASPUnhandledException.dll file to
the \bin folder".
BUT - my website does not have a \bin folder (even when I click "show
all files").
When I try to create one manually via clicking "add ASP.NET folder", it
creates one but then I try to copy in the ASPUnhandledException.dll
from the \bin in the demo solution to the bin folder in the website and
I get this error message:
"The source files for this operation cannot be found in this solution".
My web site is in progress but I have run it many times. Why would I
not have a \bin folder? How can I create one that I can then add this
..dll to it.