Get rid of errors...

C

CN

I have a question about getting rid of ASP.NET error
pages without rebuilding.

I have a web application that I am running on a colocated
server.

I've built the project in "Release" mode and have
uploaded all the appropriate files (bin, .aspx, etc.).

My problem is, when someone enters an invalid character
into one of the form fields, which talks to a Db, it
generates an error page that won't go away until you
replace the .dll. Even if you close your browser and re-
open it. The damn error page still shows up.

In old ASP you used to be able to continue on an error,
catch it and email it to the developer.

Does anyone know how I can simply have the application
restore itself after an error... or am I forced to write
a bunch of validations?

Eventually I'll write the validations, but since this is
an internal site I was hoping to avoid having to do that
now.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top