I'd like to be e-mailed with any error happens in my asp pages. I am not the admin. So I have no direct access to the server.
Can I do it with code?
At least I'd like to make an if condition in certain asp pages:
if (certain) condition=true then
mail me a certain msg (that is made in advance if neccesary)
For e.g. I'd like to be alerted if in any serach a user made, there recordCount was bigger than 200, etc.
Anyone?
Thanks in advance
Can I do it with code?
At least I'd like to make an if condition in certain asp pages:
if (certain) condition=true then
mail me a certain msg (that is made in advance if neccesary)
For e.g. I'd like to be alerted if in any serach a user made, there recordCount was bigger than 200, etc.
Anyone?
Thanks in advance