I'm new on ASP.NET MVC, I have a project and when I puslish It on IIS, It throw an exception like this:
"An unhandled win32 exception occured in w3wp.exe The Just-In-Time debugger was launched without necessary security permissions. To debug this proces, the JIT debugger must be run as an administrator. Would you like to debug the proces?"
I try to set DefaultAppPool Properties to Local System but it not work! How can I fix this? Thanks!