how to prevent application stops?

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi,

We use an asp.net application for surveys. There are open questions (input
is free). When someone types in characters like ' or < or > in the text, the
application stops with a message that there is a potential danger etc ...,
(asp.net thinks a hacker is busy to penetrate the system or something like
that).

In our case, any character may be entered.
So how can i prevent the message and the termination of the application?

Thanks
Dan
 
Back
Top