asp.net - Disable customErrors within a page -


is possible set customerrors="off" single page within page?

i'm trying build short sample , want code contained within single page (just .aspx, including c# code) sample can distributed single file , enhance debuggability.

is there anyway inline configuration in page?


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -