DotNetNuke Event Viewer Stack Trace

585 Views Asked by At

Am getting the same error occurring over and over again in one of my dotnetnuke modules but the event viewer only gives me the error message, not the stack trace so I can track down to the function that is causing the problem but without the stack trace I can't identify the line. Any ideas how I can get the stack trace?

2

There are 2 best solutions below

0
On

Try logged in with your HOST account instead of an Admin to see more details about errors. Also, if you're running locally, try debugging the module to see what the exception is.

1
On

You can also view logs in /portals/_default/logs/

Open up any of the files labelled yyyy.mm.dd.log.resources in notepad and you should see a lot more detail about errors occurring on your site.