StPatrick
Perch
Hmm, I have a strange dilemma here. Some error occured in my ASP.NET application, but the page says I cannot see the error, because I have custom errors enabled. I went and added
tag into Web.Config file, but it didn't help. I looked in the control panel, but saw no custom pages defined. So I just have no idea how to make it work ?(
Anyone can help with this one?
Code:
<customErrors mode="Off" />
Anyone can help with this one?