How to get Visual Studio ‘Publish’ functionality to include files from post build event?

I answered a similar but different question at How do you include additional files using VS2010 web deployment packages?. In your scenario you are using post build event, I would recommend dropping the post build event and implement your actions using your own MSBuild targets instead of post build event. Below you’ll find the text … Read more

HTTP Error 500.19 when publish .net core project into iis with 0x80070005

I was missing the AspNetCoreModule from IIS->Modules. After I installed that I no longer had the 500.19 error. To find out more this blog was great: https://weblog.west-wind.com/posts/2016/Jun/06/Publishing-and-Running-ASPNET-Core-Applications-with-IIS Here is the page from Microsoft to find the download: https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x

Posting to friends’ wall with Graph API via ‘feed’ connection failing since Feb 6th 2013

Yes, this was announced months ago and took effect on Feb 6th 2013: Removing ability to post to friends walls via Graph API We will remove the ability to post to a user’s friends’ walls via the Graph API. Specifically, posts against [user_id]/feed where [user_id] is different from the session user, or stream.publish calls where … Read more