Background:
I had setup a DNN 7.0 test environment and built a couple of custom modules. On my third custom module, I finished setting it up using Chris Hammond's template and followed the instructions provided with the template (I did this for the previous modules as well with no issue). After installing the module, my site won't work. All I get on every page is DotNetNuke Error with no additional information.
Problem:
Obviously something went wrong with my module install, but I am completely helpless to find out what. All I get is a non-descript error message provided by DNN. I've set modified my Web config to the following:
<customErrors mode="Off" />
But I'm still getting the generic "DotNetNuke Error" message. I need to see stack trace and any other information to see where my error is spawning. Is there another way to do this with DNN?