First of all sorry for my english.
However, i'm here because i'm having some problems with an application that i've deveolped.
This application working nice when started with Visual Studio for example with the debugger, but when i try to run it on IIS from a windows server it doesn't start and it gives me the 500.19 error.
From the error i guess that the problem is in the web config file but i can't undestand how to solve it because in visual studio it works properly.
Here there is the screen of the error that it gives me when i try to execute it on a server: LINK
Can anyone explain me how to solve this error?
Thank you a lot!