Each time I deploy BlogEngine on a remote server on IIS, I get Error 500 - Internal Server Error, anytime I try creating a new post. I have followed procedures on deploying BlogEngine on IIS (here), i have created the NETWORK SERVICE property and given it permissions in the App_Data folder. I even gave permissions to the IIS_USR property on the remote server.
I try making a post on BlogEngine, I get an Error making post toastr message. Whereas this same project works without any hindrance on my local computer.
I narrowed the post action to postEditController.js, to the $scope.save() function but I'm not getting any stack trace whatsoever in Inspect Element.
Error 500 - Internal Server Error usually pops up when you are using incorrect version of .net framework. Check the application pool is 4.0 or 4.5 and app pool is running.