I've got an asp.net MVC solution that worked perfectly in my localhost.
When i publish it in the server it gives me an error in the Create method during the GET call.
So i'd like to know why it gives me error and display the various step inside my method. I'd like to do some debug directly into my C# code and display it into the browser console.
I tried Debug.WriteLine(), Response.Write(), Trace ... but them didn't work.
Any helps?
Thanks