Pregunta

Just came across an issue which causing lot of problems for the users. Whenever user click on forward email button, it takes the user to following error page. Can anyone one suggest me what could be the reason behind this issue.

I have tried to use IE developers toolkit but with no luck.

enter image description here

Thanks in advance

¿Fue útil?

Solución 2

Problem is solved.

Tried hard to find the problem in trace but could not found any thing specious. Finally I enabled the DevErrors in web.config and it displays the problem on screen. Problem is with a pre-validation plugin on email activity.

Otros consejos

To get detailed info about exception you should: 1. Turn on tracing. 2. Restart IIS. 3. Reproduce error. 4. Recheck trace folder, open trace file and get explanation of an error.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top