What happens with an exception in Asp.Net with concurrent users

Viewed 196

Does it cause all the threads,I mean all the users to stop and increase the wait time http request queue and start to affect the availability of the application ?

If so should we make sure there is no exception left over in an asp.net application to ensure scalability of the application.

2 Answers
Related