N
Nemisis
Guys,
I would like to write a error handler, or something, that will allow
me to write to a database when an error occurs on my site. I am
trying to implement this in the global.asax file a the moment, but am
having problems when a 404 error occurs, i cant access sessionstate.
Is writing this code in the global.asax file the best way to do this?
I have been searching on the net and hear alot about httphandlers?
Will a httphanlder recognise, when an error has occurred on a page?
Or when a 404 error occurs?
One thing, i do need access to Session variables, as my
connectionstring is stored within a users session variables.
Any advice would be really appreicated. Cheers
I would like to write a error handler, or something, that will allow
me to write to a database when an error occurs on my site. I am
trying to implement this in the global.asax file a the moment, but am
having problems when a 404 error occurs, i cant access sessionstate.
Is writing this code in the global.asax file the best way to do this?
I have been searching on the net and hear alot about httphandlers?
Will a httphanlder recognise, when an error has occurred on a page?
Or when a 404 error occurs?
One thing, i do need access to Session variables, as my
connectionstring is stored within a users session variables.
Any advice would be really appreicated. Cheers