Category Archives: ASP.NET

How to Fix “No ‘Access-Control-Allow-Origin’ header” in ASP.NET WebAPI

I am not 100% sure what Google did to Chromium in Update 42.  However after that update landed I started to get reports of our Angularjs application started to have problems communicating with our ASP.NET WebAPI.  We started getting errors … Continue reading

Posted in ASP.NET, C#, Web | Tagged | Comments Off on How to Fix “No ‘Access-Control-Allow-Origin’ header” in ASP.NET WebAPI

Order the controllers in ASP.NET WebAPI Help

Recently I started a new API project for my company.  With this project I decided to give the Help files generator that Microsoft created a try.  Overall it looks like it will meet the needs of the project.  Today however … Continue reading

Posted in ASP.NET, C# | Tagged | 4 Comments