Hi, I have an ajax enable website, and I set the customerrors to off in the web.config file. However, I don't get the full error, instead a javascript popup letting me know what the error is, but not letting me know where and which line it happens. why is that?
avmood
Member
493 Points
908 Posts
custom error in web.config
May 22, 2008 02:39 PM|LINK
<
customErrors mode="Off"></
customErrors>